Browse Source

waf: removed debug code

this was in to test cygwin ar behaviour on linux. It should not have
been committed.

Thanks to Andy for letting me know it broke MacOS
zr-v5.1
Andrew Tridgell 4 years ago
parent
commit
a04e8746a4
  1. 2
      Tools/ardupilotwaf/toolchain.py

2
Tools/ardupilotwaf/toolchain.py

@ -143,7 +143,7 @@ def configure(cfg): @@ -143,7 +143,7 @@ def configure(cfg):
return
_set_pkgconfig_crosscompilation_wrapper(cfg)
if sys.platform.startswith("cygwin") or True:
if sys.platform.startswith("cygwin"):
# on cygwin arm-none-eabi-ar doesn't support the @FILE syntax for splitting long lines
cfg.find_program('ar', var='AR', quiet=True)
else:

Loading…
Cancel
Save