Navigation Menu

Skip to content

Commit

Permalink
Apparently Haiku is removing /boot/common (thanks, scottmc!).
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Nov 14, 2013
1 parent e899f0c commit a4a7c78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure
Expand Up @@ -22407,7 +22407,7 @@ fi

*-*-haiku*)
ARCH=haiku
ac_default_prefix=/boot/common
ac_default_prefix=/boot/system
CheckDummyVideo
CheckDiskAudio
CheckDummyAudio
Expand Down Expand Up @@ -22463,7 +22463,7 @@ $as_echo "#define SDL_FILESYSTEM_HAIKU 1" >>confdefs.h
SOURCES="$SOURCES $srcdir/src/filesystem/haiku/*.cc"
have_filesystem=yes
fi
# The BeOS platform requires special setup.
# The Haiku platform requires special setup.
SOURCES="$srcdir/src/main/haiku/*.cc $SOURCES"
EXTRA_LDFLAGS="$EXTRA_LDFLAGS -lroot -lbe -lmedia -lgame -ldevice -ltextencoding"
;;
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -2627,7 +2627,7 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau

*-*-haiku*)
ARCH=haiku
ac_default_prefix=/boot/common
ac_default_prefix=/boot/system
CheckDummyVideo
CheckDiskAudio
CheckDummyAudio
Expand Down

0 comments on commit a4a7c78

Please sign in to comment.