OSX/WIN port conditions

This commit is contained in:
ca333
2018-04-21 17:31:09 +02:00
parent eac0d62477
commit 0ed14ad955
8 changed files with 65 additions and 15 deletions

View File

@@ -40,7 +40,7 @@ fi
TRIPLET=`./depends/config.guess`
PREFIX="$(pwd)/depends/$TRIPLET"
make "$@" -C ./depends/ V=1 NO_QT=1
make "$@" -C ./depends/ V=1 NO_QT=1 NO_PROTON=1
./autogen.sh
CPPFLAGS="-I$PREFIX/include -arch x86_64" LDFLAGS="-L$PREFIX/lib -arch x86_64 -Wl,-no_pie" \