diff options
Diffstat (limited to 'cross')
| -rw-r--r-- | cross/wasm.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/wasm.txt b/cross/wasm.txt index e03a10b01..269c77ab4 100644 --- a/cross/wasm.txt +++ b/cross/wasm.txt @@ -5,9 +5,9 @@ ar = '/home/jpakkane/src/emsdk/upstream/emscripten/emar' [built-in options] c_args = [] -c_link_args = ['-s','EXPORT_ALL=1'] +c_link_args = ['-sEXPORT_ALL=1'] cpp_args = [] -cpp_link_args = ['-s', 'EXPORT_ALL=1'] +cpp_link_args = ['-sEXPORT_ALL=1'] [host_machine] |
