We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca93e35 commit 1bcbcc5Copy full SHA for 1bcbcc5
cmake/Modules/AXBuildHelpers.cmake
@@ -569,7 +569,9 @@ macro (ax_setup_app_props app_name)
569
# string(APPEND EMSCRIPTEN_LINK_FLAGS " -s SEPARATE_DWARF_URL=https://xxx:8080/axmolwasm/axmolwasm/build/HelloLua.debug.wasm")
570
# string(APPEND EMSCRIPTEN_LINK_FLAGS " -gseparate-dwarf=HelloLua.debug.wasm")
571
572
- set(_APP_RES_FOLDER "${_APP_SOURCE_DIR}/Content")
+ if (NOT DEFINED _APP_RES_FOLDER)
573
+ set(_APP_RES_FOLDER "${_APP_SOURCE_DIR}/Content")
574
+ endif()
575
foreach(FOLDER IN LISTS _APP_RES_FOLDER)
576
string(APPEND EMSCRIPTEN_LINK_FLAGS " --preload-file ${FOLDER}/@/")
577
endforeach()
0 commit comments