mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
flake8 fix
This commit is contained in:
2
build.py
2
build.py
@@ -385,7 +385,7 @@ def main():
|
||||
build_cocoa_bridging_interfaces(edition)
|
||||
elif options.cocoa_compile:
|
||||
os.chdir('cocoa')
|
||||
print_and_do(cocoa_compile_command(edition))
|
||||
print_and_do('{0} waf configure --edition {1} && {0} waf'.format(sys.executable, edition))
|
||||
os.chdir('..')
|
||||
cocoa_app(edition).copy_executable('cocoa/build/dupeGuru')
|
||||
elif options.xibless:
|
||||
|
||||
Reference in New Issue
Block a user