1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-16 06:05:02 +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:
joshua stein 2020-01-01 20:03:06 -06:00 committed by Andreas Kling
parent c6170070ed
commit d61131945d
6 changed files with 11 additions and 7 deletions

View file

@ -1,4 +1,4 @@
HOST_CXX = 1
USE_HOST_CXX = 1
PROGRAM = Generate_CSS_PropertyID_h