X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8f8c4b40456b5a4ef56a704c69570c7a1c86e714..320c341a1017798148ace98f7416c8a3cc902c04:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index 77e7d5aa37..169a88cc4a 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -446,7 +446,7 @@ if BUILD_STC: ## os.chdir(cwd) - swig_sources = run_swig(['stc.i'], location, '', PKGDIR, + swig_sources = run_swig(['stc.i'], location, GENDIR, PKGDIR, USE_SWIG, swig_force, swig_args + ['-I'+STC_H, '-I'+location], [opj(STC_H, 'stc.h')] + swig_deps) @@ -540,7 +540,7 @@ if BUILD_XRC: msg('Preparing XRC...') location = 'contrib/xrc' - swig_sources = run_swig(['xrc.i'], location, '', PKGDIR, + swig_sources = run_swig(['xrc.i'], location, GENDIR, PKGDIR, USE_SWIG, swig_force, swig_args, swig_deps + [ '%s/_xrc_rename.i' % location, '%s/_xrc_ex.py' % location,