We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d4246 commit e822502Copy full SHA for e822502
setup.py
@@ -259,7 +259,7 @@ def run(self):
259
260
class PythonNET_BuildScripts(build_scripts):
261
262
- def finalize_options(self):
+ def run(self):
263
build_scripts.finalize_options(self)
264
265
# fixup scripts to look in the build_ext output folder
@@ -273,6 +273,8 @@ def finalize_options(self):
273
scripts.append(script)
274
self.scripts = scripts
275
276
+ return build_scripts.run(self)
277
+
278
279
def _check_output(*popenargs, **kwargs):
280
"""subprocess.check_output from python 2.7.
0 commit comments