UnrealEngineHTML5 / Documentation

540 stars 183 forks source link

Where to add compiler tags #45

Closed LTorrao closed 4 years ago

LTorrao commented 4 years ago

Hi,

I am compiling with a plugin and getting symbol errors. I get a message suggesting using "-s ERROR_ON_UNDEFINED_SYMBOLS=0"

Where can we add the html5 compiler tags such as -s USE_PTHREADS=1, etc?... I think I remember there was a file where this string of tags lived...

Thank you

Mosel3y commented 4 years ago

Hi, here: https://github.com/UnrealEngineHTML5/UnrealEngine/blob/4.24-html5/Engine/Platforms/HTML5/Source/Programs/UnrealBuildTool/HTML5ToolChain.cs

LTorrao commented 4 years ago

Thank you @Mosel3y :)