mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:47:37 +00:00
Build: Use c++ as default HOST_CXX
This commit is contained in:
parent
8e08d111da
commit
0c25826138
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ ifneq ($(USE_HOST_CXX),)
|
||||||
CXX_WARNING_FLAGS += -Wno-unknown-warning-option
|
CXX_WARNING_FLAGS += -Wno-unknown-warning-option
|
||||||
endif
|
endif
|
||||||
ifeq ($(HOST_CXX),)
|
ifeq ($(HOST_CXX),)
|
||||||
CXX = $(PRE_CXX) g++
|
CXX = $(PRE_CXX) c++
|
||||||
else
|
else
|
||||||
CXX = $(HOST_CXX)
|
CXX = $(HOST_CXX)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue