mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
desktop: force awk on macos
this may help on jasons box
This commit is contained in:
parent
9b3e35fb62
commit
a0fd4f710f
@ -94,6 +94,7 @@ HARDWARE=desktop
|
||||
BOARD=desktop
|
||||
|
||||
ifeq ($(SYSTYPE),Darwin)
|
||||
AWK := awk
|
||||
CXX := c++
|
||||
CC := cc
|
||||
AS := cc
|
||||
|
Loading…
Reference in New Issue
Block a user