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.
2 parents 811e0ce + 2873e65 commit dd511ceCopy full SHA for dd511ce
pythonnet/setup.py
@@ -183,7 +183,7 @@ def finalize_options(self):
183
# fixup scripts to look in the build_ext output folder
184
if self.scripts:
185
build_ext = self.get_finalized_command("build_ext")
186
- output_dir = os.path.dirname(build_ext.get_ext_fullpath(_npython_exe))
+ output_dir = os.path.dirname(build_ext.get_ext_fullpath("clr"))
187
scripts = []
188
for script in self.scripts:
189
if os.path.exists(os.path.join(output_dir, script)):
0 commit comments