mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 03:36:07 +08:00
Changed the way CC is reset to CXX, used a real value instead of hardcoded g++.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
CC=g++
|
CC=$(CXX)
|
||||||
CFLAGS=-I. -I../src/modules -I ../src/include -I../src/drivers \
|
CFLAGS=-I. -I../src/modules -I ../src/include -I../src/drivers \
|
||||||
-I../src -I../src/lib -D__EXPORT="" -Dnullptr="0" -lm -std=c++11
|
-I../src -I../src/lib -D__EXPORT="" -Dnullptr="0" -lm -std=c++11
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user