mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
use linker flags when compiling python bindings (fixes #1518)
git-svn-id: http://svn.osgeo.org/qgis/trunk@11279 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
bd71472ba0
commit
669b6940a2
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user