X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a703a33acb892d62668e075eca88f72cffcfe654..8829fa8200a4235d62c2457c26850bedbdf69753:/wxPython/my_distutils.py diff --git a/wxPython/my_distutils.py b/wxPython/my_distutils.py index 12b4e6d09a..f1603f4f5f 100644 --- a/wxPython/my_distutils.py +++ b/wxPython/my_distutils.py @@ -465,7 +465,7 @@ def run_swig(files, dir, gendir, package, USE_SWIG, force, swig_args, swig_deps= cpp_file = string.join(string.split(cpp_file, '\\'), '/') i_file = string.join(string.split(i_file, '\\'), '/') - cmd = ['swig'] + swig_args + ['-I'+dir, '-c', '-o', cpp_file, i_file] + cmd = ['./wxSWIG/wxswig'] + swig_args + ['-I'+dir, '-c', '-o', cpp_file, i_file] spawn(cmd, verbose=1) # copy the generated python file to the package directory