mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
windows: avoid "missing cc command" message on each make invocation
This commit is contained in:
parent
e3926b9c08
commit
6e0afc771e
@ -22,6 +22,7 @@ UNAME := $(shell uname)
|
||||
# Here and everywhere if not Linux or Mac then assume Windows
|
||||
ifeq ($(filter Linux Darwin, $(UNAME)), )
|
||||
UNAME := Windows
|
||||
CC := gcc# because cc doesn't exist
|
||||
endif
|
||||
|
||||
ifeq ($(UNAME),Windows)
|
||||
|
Loading…
x
Reference in New Issue
Block a user