update win makefile

This commit is contained in:
ca333
2019-02-18 18:47:07 +01:00
committed by GitHub
parent a9d9c7599d
commit e1621fb8f8

View File

@@ -1,5 +1,5 @@
#!/bin/bash
HOST=x86_64-w64-mingw32
export HOST=x86_64-w64-mingw32
CXX=x86_64-w64-mingw32-g++-posix
CC=x86_64-w64-mingw32-gcc-posix
PREFIX="$(pwd)/depends/$HOST"