| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 811e0ce commit 2873e65
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -183,7 +183,7 @@ def finalize_options(self): | |||
| 183 | 183 | # fixup scripts to look in the build_ext output folder | |
| 184 | 184 | if self.scripts: | |
| 185 | 185 | build_ext = self.get_finalized_command("build_ext") | |
| 186 | - output_dir = os.path.dirname(build_ext.get_ext_fullpath(_npython_exe)) | ||
| 186 | + output_dir = os.path.dirname(build_ext.get_ext_fullpath("clr")) | ||
| 187 | 187 | scripts = [] | |
| 188 | 188 | for script in self.scripts: | |
| 189 | 189 | if os.path.exists(os.path.join(output_dir, script)): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments