summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index acd1081..6f8477f 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -102,7 +102,7 @@ if [ ! -f "${BASE}/build/stage1/lib/libc.a" ]; then
rm -rf "musl-${MUSL_VERSION}"
tar xf "${BASE}/downloads/musl-${MUSL_VERSION}.tar.gz"
cd "musl-${MUSL_VERSION}"
- patch -Np1 < "${BASE}/patches/musl-1.2.3-tcc.patch"
+ patch -Np1 < "${BASE}/patches/musl-tcc.patch"
CC="${BASE}/build/stage1/bin/i386-tcc" ARCH=i386 \
./configure \
--prefix="${BASE}/build/stage1" \