Skip to content

Commit fe4b9c7

Browse files
committed
ioctl fix
1 parent e0b29da commit fe4b9c7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ do
126126
fi
127127
done
128128

129+
# ================ bun ====================
130+
export BUN_INSTALL="$HOME/.bun"
131+
export PATH=$BUN_INSTALL/bin:$PATH
132+
129133
# ================ aosp ===================
130134

131135
AOSP_NDK=25.2.9519653

scripts/emsdk-fetch.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ then
6565
# patch -p1 < 20442.diff
6666
wget https://patch-diff.githubusercontent.com/raw/pmp-p/emscripten/pull/2.diff
6767
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
6872
popd
6973

7074
# https://github.com/paradust7/minetest-wasm/blob/main/emsdk_dirperms.patch

0 commit comments

Comments
 (0)