From a04e8746a4474279fb9c6e5d08be5d065f653d65 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 22 Apr 2021 19:04:16 +1000 Subject: [PATCH] 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 --- Tools/ardupilotwaf/toolchain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/ardupilotwaf/toolchain.py b/Tools/ardupilotwaf/toolchain.py index 91a2d994a5..5d242a4fc6 100644 --- a/Tools/ardupilotwaf/toolchain.py +++ b/Tools/ardupilotwaf/toolchain.py @@ -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: