mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:57:44 +00:00
Build: HOST_CXX -> USE_HOST_CXX
Allow HOST_CXX to be passed to make which will be the actual host C++ compiler used, such as 'make HOST_CXX=clang++'.
This commit is contained in:
parent
c6170070ed
commit
d61131945d
6 changed files with 11 additions and 7 deletions
|
@ -17,7 +17,7 @@ APPS = ${SRCS:.cpp=}
|
|||
|
||||
EXTRA_CLEAN = $(APPS) *.o
|
||||
|
||||
HOST_CXX = 1
|
||||
USE_HOST_CXX = 1
|
||||
|
||||
include ../../Makefile.common
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue