fix config.sh

parent c4d5996d
fatal() fatal()
{ {
echo "$*" >&2 echo "$*" >&2
...@@ -21,7 +20,7 @@ BUILDREPO64=${BUILDREPO}64 ...@@ -21,7 +20,7 @@ BUILDREPO64=${BUILDREPO}64
COMPILER=gcc COMPILER=gcc
# mingw, clang, none # mingw, clang, none
CROSSCOMPILER=none CROSSCOMPILER=clang
# win32, win64, both # win32, win64, both
BUILDARCH=both BUILDARCH=both
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment