Update the scripts for cross-building on Cygwin to Mingw with gcc 4 (-mno-cygwin is now gone)
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3690 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -24,17 +24,7 @@
|
||||
|
||||
|
||||
# CFLAGS
|
||||
case "$HOST_SYSTEM" in
|
||||
CYGWIN*)
|
||||
# HACK: sdl-config on Cygwin supplies -mno-cygwin which means that
|
||||
# dependencies detected without that flag may not be available at
|
||||
# the actual build.
|
||||
SYSTEM_HOST_CFLAGS="-mno-cygwin"
|
||||
;;
|
||||
*)
|
||||
SYSTEM_HOST_CFLAGS=""
|
||||
;;
|
||||
esac
|
||||
SYSTEM_HOST_CFLAGS=""
|
||||
|
||||
# LDFLAGS
|
||||
SYSTEM_HOST_LDFLAGS=""
|
||||
|
||||
Reference in New Issue
Block a user