mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Build: Use c++ as default HOST_CXX
This commit is contained in:
committed by
Andreas Kling
parent
8e08d111da
commit
0c25826138
@@ -33,7 +33,7 @@ ifneq ($(USE_HOST_CXX),)
|
||||
CXX_WARNING_FLAGS += -Wno-unknown-warning-option
|
||||
endif
|
||||
ifeq ($(HOST_CXX),)
|
||||
CXX = $(PRE_CXX) g++
|
||||
CXX = $(PRE_CXX) c++
|
||||
else
|
||||
CXX = $(HOST_CXX)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user