From 50616c85f989f00e0ac6182cd3eb769e2c2f392f Mon Sep 17 00:00:00 2001 From: wkp <609075410@qq.com> Date: Wed, 26 Jan 2022 13:45:58 +0800 Subject: [PATCH] adapt editor native scene (#214) --- win64/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win64/CMakeLists.txt b/win64/CMakeLists.txt index 317075bb..4be67903 100644 --- a/win64/CMakeLists.txt +++ b/win64/CMakeLists.txt @@ -194,7 +194,7 @@ if(USE_SE_V8) ) set(se_libs_name v8) -else() +elseif(NOT CC_EDITOR) message(FATAL_ERROR "Only V8 is supported!") endif()