mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
force LANG=C for MacOS awk
This commit is contained in:
parent
9c59fdfdd6
commit
251cf7d87c
@ -36,6 +36,9 @@
|
|||||||
#
|
#
|
||||||
SYSTYPE := $(shell uname)
|
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
|
# Locate the sketch sources based on the initial Makefile's path
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user