diff options
-rwxr-xr-x | init | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ rc-service networking start | |||
5 | apk add alpine-base mingw-w64-gcc make patch lua | 5 | apk 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 |
8 | rm /usr/bin/strings | ||
8 | ls /usr/bin/x86_64-w64-mingw32-* \ | 9 | ls /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/{} |