Skip to content

Commit 45cc2ee

Browse files
committed
don't double set python executeable
1 parent 06bec9c commit 45cc2ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

configure.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1604,8 +1604,6 @@ def configure_inspector(o):
16041604

16051605
config = '\n'.join(['='.join(item) for item in config.items()]) + '\n'
16061606

1607-
1608-
sys.argv.append("-DPYTHON_EXECUTABLE=" + sys.executable)
16091607
os.environ['PYTHON_EXECUTABLE'] = sys.executable
16101608

16111609
write('config.mk', do_not_edit + config)

0 commit comments

Comments
 (0)