And here are the paths inside my .emscription file. Is there missing something?
import os SPIDERMONKEY_ENGINE = '' LLVM_ROOT='/Applications/UnrealEngine/Engine/Source/ThirdParty/HTML5/emsdk/Mac/clang/e1.30.0_64bit' NODE_JS= '/Applications/UnrealEngine/Engine/Source/ThirdParty/HTML5/emsdk/Mac/node/0.12.2_64bit/bin/node' PYTHON= '/usr/bin/python' EMSCRIPTEN_NATIVE_OPTIMIZER='/Applications/UnrealEngine/Engine/Source/ThirdParty/HTML5/emsdk/Mac/clang/e1.30.0_64bit/optimizer' EMSCRIPTEN_ROOT= '/Applications/UnrealEngine/Engine/Source/ThirdParty/HTML5/emsdk/emscripten/1.30.0' TEMP_DIR= '/Applications/UnrealEngine/Engine/Intermediate/Build/HTML5/EmscriptenTemp' COMPILER_ENGINE = NODE_JS JS_ENGINES = [NODE_JS] V8_ENGINE = '' GENERATEDBYUE4='1.30.0' -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
