Bug #1878 ยป 0069-emscripten-Allow-running-as-root.patch
| meson.build | ||
|---|---|---|
|
zlib_dep = []
|
||
|
syslua = 'false'
|
||
|
priv_conf_data.set('ALWAYS_ROOT', 1)
|
||
|
emscripten_use_args = [
|
||
|
'-s', 'USE_ICU=1',
|
||
|
'-s', 'USE_ZLIB=1',
|
||