Skip to content

Commit 8f13d95

Browse files
author
jef
committed
apply #1566
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@10495 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 6c7f590 commit 8f13d95

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)