We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 037f0bb commit 7a4f73dCopy full SHA for 7a4f73d
CMakeLists.txt
@@ -261,9 +261,9 @@ ELSE (WIN32)
261
262
# common for MAC and UNIX
263
SET (DEFAULT_BIN_SUBDIR bin)
264
- SET (DEFAULT_LIB_SUBDIR lib)
+ SET (DEFAULT_LIB_SUBDIR lib${LIB_SUFFIX})
265
SET (DEFAULT_DATA_SUBDIR share/qgis)
266
- SET (DEFAULT_PLUGIN_SUBDIR lib/qgis)
+ SET (DEFAULT_PLUGIN_SUBDIR lib${LIB_SUFFIX}/qgis)
267
SET (DEFAULT_INCLUDE_SUBDIR include/qgis)
268
269
ENDIF (WIN32)
0 commit comments