X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1ce1bd84eab0dce90ad0ecb4d37c6c2993c2512e..6a52ea5cb81dcd07c286d34b80945534780fe05f:/wxPython/setup.py diff --git a/wxPython/setup.py b/wxPython/setup.py index 27b3d7c8e7..4c231fa4e2 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -540,6 +540,8 @@ if BUILD_STC: swig_args + ['-I'+STC_H, '-I'+location], [opj(STC_H, 'stc.h'), opj(location, "_stc_utf8_methods.py"), + opj(location, "_stc_docstrings.i"), + opj(location, "_stc_gendocs.i"), ] + swig_deps) ext = Extension('_stc',