adapt editor native scene (#214)

This commit is contained in:
wkp 2022-01-26 13:45:58 +08:00 committed by GitHub
parent 89a9602367
commit 50616c85f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()