Skip to content

Commit dc69652

Browse files
author
jef
committedAug 5, 2009
use linker flags when compiling python bindings (fixes #1518)
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11279 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c055bd8 commit dc69652

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎python/configure.py.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ makefile_gui = sipconfig.ModuleMakefile(
122122

123123
# common settings for both core and gui libs
124124
for mk in [ makefile_core, makefile_gui ]:
125+
mk.extra_lflags.extend( "@CMAKE_MODULE_LINKER_FLAGS@".strip(' ').split(' ') )
125126
mk.extra_libs = ["qgis_core"]
126127
mk.extra_lib_dirs = [build_path+"/src/core"+intdir]
127128
mk.extra_include_dirs = [src_path+"/src/core", src_path+"/src/core/composer",

0 commit comments

Comments
 (0)
Please sign in to comment.