mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-06 14:42:32 +00:00
SDL: Updated patches for HAIKU
This commit is contained in:
11
configure.ac
11
configure.ac
@@ -81,6 +81,17 @@ case "$host" in
|
||||
;;
|
||||
esac
|
||||
|
||||
dnl use CXX for linker on Haiku
|
||||
case "$host" in
|
||||
*-*-haiku*)
|
||||
LINKER=CXX
|
||||
;;
|
||||
*)
|
||||
LINKER=CC
|
||||
;;
|
||||
esac
|
||||
AC_SUBST(LINKER)
|
||||
|
||||
if test x$srcdir != x.; then
|
||||
INCLUDE="-Iinclude $INCLUDE"
|
||||
elif test -d .git; then
|
||||
|
||||
Reference in New Issue
Block a user