Skip to content

Commit

Permalink
use linker flags when compiling python bindings (fixes #1518)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11279 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Aug 5, 2009
1 parent c055bd8 commit dc69652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/configure.py.in
Expand Up @@ -122,6 +122,7 @@ makefile_gui = sipconfig.ModuleMakefile(

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

0 comments on commit dc69652

Please sign in to comment.