git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45409
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
opj(location, "_stc_gendocs.i"),
] + swig_deps)
opj(location, "_stc_gendocs.i"),
] + swig_deps)
+ stcLibs = libs[:]
+ if not MONOLITHIC and findLib('stc', libdirs):
+ stcLibs += makeLibName('stc')
+
ext = Extension('_stc',
swig_sources,
ext = Extension('_stc',
swig_sources,
define_macros = defines,
library_dirs = libdirs,
define_macros = defines,
library_dirs = libdirs,
- libraries = libs + makeLibName('stc'),
extra_compile_args = cflags,
extra_link_args = lflags,
extra_compile_args = cflags,
extra_link_args = lflags,