diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-08 13:24:57 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-08 13:24:57 +0800 |
commit | dbea417073f08cbc884225a392784abf613d320a (patch) | |
tree | 139b100c232a9b8e8ec610cf4957e853ed4c5ea0 /wasm32-unknown-emscripten-configure | |
parent | 79a5ba4766cc955ca62de807e3c41e3203555958 (diff) |
Further generalise the autotools files
Diffstat (limited to 'wasm32-unknown-emscripten-configure')
-rwxr-xr-x | wasm32-unknown-emscripten-configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/wasm32-unknown-emscripten-configure b/wasm32-unknown-emscripten-configure new file mode 100755 index 0000000..f35091b --- /dev/null +++ b/wasm32-unknown-emscripten-configure @@ -0,0 +1,4 @@ +#!/bin/sh +export CPPFLAGS="$CPPFLAGS -DDEBUG" +export CFLAGS="$CFLAGS -g" +emconfigure ./configure --host=wasm32-unknown-emscripten --prefix=$EMSDK/upstream/emscripten/system |