Skip to content

Commit 8f13d95

Browse files

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ ELSE (WIN32)
261261

262262
# common for MAC and UNIX
263263
SET (DEFAULT_BIN_SUBDIR bin)
264-
SET (DEFAULT_LIB_SUBDIR lib)
264+
SET (DEFAULT_LIB_SUBDIR lib${LIB_SUFFIX})
265265
SET (DEFAULT_DATA_SUBDIR share/qgis)
266-
SET (DEFAULT_PLUGIN_SUBDIR lib/qgis)
266+
SET (DEFAULT_PLUGIN_SUBDIR lib${LIB_SUFFIX}/qgis)
267267
SET (DEFAULT_INCLUDE_SUBDIR include/qgis)
268268

269269
ENDIF (WIN32)

0 commit comments

Comments
 (0)
Please sign in to comment.