We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c055bd8 commit dc69652Copy full SHA for dc69652
python/configure.py.in
@@ -122,6 +122,7 @@ makefile_gui = sipconfig.ModuleMakefile(
122
123
# common settings for both core and gui libs
124
for mk in [ makefile_core, makefile_gui ]:
125
+ mk.extra_lflags.extend( "@CMAKE_MODULE_LINKER_FLAGS@".strip(' ').split(' ') )
126
mk.extra_libs = ["qgis_core"]
127
mk.extra_lib_dirs = [build_path+"/src/core"+intdir]
128
mk.extra_include_dirs = [src_path+"/src/core", src_path+"/src/core/composer",
0 commit comments