File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,10 @@ set(BACKEND_ROOT ${PROJECT_SOURCE_DIR}/../native_src/.backends/${JS_ENGINE})
4848
4949set (ThirdParty ${PROJECT_SOURCE_DIR} /../../unreal/Puerts/ThirdParty)
5050
51- string (REPLACE ";" "$<SEMICOLON >${BACKEND_ROOT} " BACKEND_INC_NAMES "${BACKEND_ROOT}${BACKEND_INC_NAMES} " )
52- string (REPLACE ";" "$<SEMICOLON >${BACKEND_ROOT} " BACKEND_LIB_NAMES "${BACKEND_ROOT}${BACKEND_LIB_NAMES} " )
51+ if (NOT ("${JS_ENGINE} " STREQUAL "quickjs" ))
52+ string (REPLACE ";" "$<SEMICOLON >${BACKEND_ROOT} " BACKEND_INC_NAMES "${BACKEND_ROOT}${BACKEND_INC_NAMES} " )
53+ string (REPLACE ";" "$<SEMICOLON >${BACKEND_ROOT} " BACKEND_LIB_NAMES "${BACKEND_ROOT}${BACKEND_LIB_NAMES} " )
54+ endif ()
5355string (REPLACE ";" "$<SEMICOLON >" BACKEND_DEFINITIONS "${BACKEND_DEFINITIONS} " )
5456
5557include_directories (
You can’t perform that action at this time.
0 commit comments