windows cross-compilation script

This commit is contained in:
Max Bradbury 2021-04-26 21:58:48 +01:00
parent 6ac967c6d9
commit 3aad33189c
1 changed files with 6 additions and 0 deletions

6
windows.sh Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
export PKG_CONFIG_ALLOW_CROSS=1
export PKG_CONFIG_PATH=/usr/i686-w64-mingw32/lib/pkgconfig
rm -rf package
docker start lull-build-3 -ai | less