This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
PawPaw
mirror of
https://github.com/DISTRHO/PawPaw
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Also support generic msys/cygwin
tags/v1.0
falkTX
4 years ago
parent
7b343c7983
commit
4159b2594f
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;;
Write
Preview
Loading…
Cancel
Save