Browse Source

force LANG=C for MacOS awk

mission-4.1.18
Andrew Tridgell 13 years ago
parent
commit
251cf7d87c
  1. 3
      libraries/AP_Common/Arduino.mk

3
libraries/AP_Common/Arduino.mk

@ -36,6 +36,9 @@ @@ -36,6 +36,9 @@
#
SYSTYPE := $(shell uname)
# force LANG to C so awk works sanely on MacOS
export LANG=C
#
# Locate the sketch sources based on the initial Makefile's path
#

Loading…
Cancel
Save