Browse Source

Also support generic msys/cygwin

tags/v1.0
falkTX 4 years ago
parent
commit
4159b2594f
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      setup/check_target.sh

+ 6
- 0
setup/check_target.sh View File

@@ -36,6 +36,12 @@ function check_target() {
CROSS_COMPILING=1
fi
;;
"CYGWIN"*|"MSYS"*)
WIN32=1
if [ "$(uname -m)" = "x86_64" ]; then
WIN64=1
fi
;;
"linux"|"Linux")
LINUX=1
;;


Loading…
Cancel
Save