mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-06 06:32:39 +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
|
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
|
if test x$srcdir != x.; then
|
||||||
INCLUDE="-Iinclude $INCLUDE"
|
INCLUDE="-Iinclude $INCLUDE"
|
||||||
elif test -d .git; then
|
elif test -d .git; then
|
||||||
|
|||||||
Reference in New Issue
Block a user