mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 14:50:18 +00:00
Build: Use c++ as default HOST_CXX
This commit is contained in:
parent
8e08d111da
commit
0c25826138
Notes:
sideshowbarker
2024-07-19 07:37:24 +09:00
Author: https://github.com/boricj
Commit: 0c25826138
Pull-request: https://github.com/SerenityOS/serenity/pull/1794
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