Skip to content

Commit 04ff254

Browse files
committed
build: Use GNUInstallDirs on Android if not using per-arch directories for prefab
1 parent 2cf7a66 commit 04ff254

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ elseif(ANDROID AND INSTALL_TO_ARCHITECTURE_PREFIXES)
120120
)
121121
endif()
122122

123-
elseif(NOT ANDROID)
123+
else()
124124
include(GNUInstallDirs)
125125
endif()
126126

0 commit comments

Comments
 (0)