mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Update waf to v1.8.17
This allows us to call it from Python 3.5 without the failures we previously had.
This commit is contained in:
parent
4b3c1e2828
commit
9c53b2218c
2
build.py
2
build.py
@ -157,7 +157,7 @@ def build_cocoa(edition, dev):
|
||||
delete_files_with_pattern(pydep_folder, '__pycache__')
|
||||
print("Compiling with WAF")
|
||||
os.chdir('cocoa')
|
||||
print_and_do('python2.7 waf configure --edition {} && python2.7 waf'.format(edition))
|
||||
print_and_do('{0} waf configure --edition {1} && {0} waf'.format(sys.executable, edition))
|
||||
os.chdir('..')
|
||||
app.copy_executable('cocoa/build/dupeGuru')
|
||||
build_help(edition)
|
||||
|
Loading…
x
Reference in New Issue
Block a user