mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 20:29:42 +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:
committed by
Andreas Kling
parent
c6170070ed
commit
d61131945d
@@ -1,4 +1,4 @@
|
||||
HOST_CXX = 1
|
||||
USE_HOST_CXX = 1
|
||||
|
||||
PROGRAM = Generate_CSS_PropertyID_cpp
|
||||
|
||||
|
||||
Reference in New Issue
Block a user