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
This commit is contained in:
Andrew Tridgell 2021-04-22 19:04:16 +10:00
parent 42ebc13e6c
commit a04e8746a4
1 changed files with 1 additions and 1 deletions

View File

@ -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: