We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b29da commit fe4b9c7Copy full SHA for fe4b9c7
config
@@ -126,6 +126,10 @@ do
126
fi
127
done
128
129
+# ================ bun ====================
130
+export BUN_INSTALL="$HOME/.bun"
131
+export PATH=$BUN_INSTALL/bin:$PATH
132
+
133
# ================ aosp ===================
134
135
AOSP_NDK=25.2.9519653
scripts/emsdk-fetch.sh
@@ -65,6 +65,10 @@ then
65
# patch -p1 < 20442.diff
66
wget https://patch-diff.githubusercontent.com/raw/pmp-p/emscripten/pull/2.diff
67
patch -p1 < 2.diff
68
69
+ echo "FIXME: Applying https://github.com/pmp-p/emscripten/pull/3 ioctl TIOCSWINSZ"
70
+ wget https://github.com/pmp-p/emscripten/pull/3.diff
71
+ patch -p1 < 3.diff
72
popd
73
74
# https://github.com/paradust7/minetest-wasm/blob/main/emsdk_dirperms.patch
0 commit comments