mirror of
https://github.com/yawut/SDL.git
synced 2026-08-20 15:54:10 -05:00
Fixed bug #915
GNU-isms should be avoided wherever possible for portability, please avoid the use of GNU-isms in your code, this may be problematic when using this library in projects which use non-GNU-compliant compilers.
This commit is contained in:
@@ -79,7 +79,7 @@ case "$host" in
|
||||
BASE_LDFLAGS="-mno-cygwin"
|
||||
;;
|
||||
*)
|
||||
BASE_CFLAGS="-D_GNU_SOURCE=1"
|
||||
BASE_CFLAGS=""
|
||||
BASE_LDFLAGS=""
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user