summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinit1
1 files changed, 1 insertions, 0 deletions
diff --git a/init b/init
index fa03e61..a160209 100755
--- a/init
+++ b/init
@@ -5,6 +5,7 @@ rc-service networking start
5apk add alpine-base mingw-w64-gcc make patch lua 5apk add alpine-base mingw-w64-gcc make patch lua
6 6
7# Link all the mingw executables to pretend to be a real gcc build system 7# Link all the mingw executables to pretend to be a real gcc build system
8rm /usr/bin/strings
8ls /usr/bin/x86_64-w64-mingw32-* \ 9ls /usr/bin/x86_64-w64-mingw32-* \
9| sed 's;/usr/bin/x86_64-w64-mingw32-;;g' \ 10| sed 's;/usr/bin/x86_64-w64-mingw32-;;g' \
10| xargs -I {} ln -s /usr/bin/x86_64-w64-mingw32-{} /usr/bin/{} 11| xargs -I {} ln -s /usr/bin/x86_64-w64-mingw32-{} /usr/bin/{}