feat:Mac support CC_EDITOR V8 config (#219)
This commit is contained in:
parent
8e1e22ce0e
commit
7903ee35a3
|
|
@ -80,7 +80,9 @@ set_target_properties(GLESv2 PROPERTIES
|
||||||
|
|
||||||
set(se_libs_name)
|
set(se_libs_name)
|
||||||
|
|
||||||
if(USE_SE_V8)
|
if(CC_EDITOR)
|
||||||
|
message(STATUS "CC_EDITOR USE V8 FROM NODEJS")
|
||||||
|
elseif(USE_SE_V8)
|
||||||
list(APPEND se_libs_name
|
list(APPEND se_libs_name
|
||||||
v8_monolith
|
v8_monolith
|
||||||
uv
|
uv
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue