mirror of
https://github.com/yawut/SDL.git
synced 2026-04-21 16:17:28 -05:00
Fixed bug Bug 1817 - Haiku uses wrong default install prefix
Axel Dörfler Currently, the default install target for Haiku is /boot/develop/tools/gnupro. However, this is not the expected install place. Instead, /boot/common should be used.
This commit is contained in:
parent
9f6a52c28a
commit
0b6d808284
|
|
@ -2423,7 +2423,7 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau
|
|||
;;
|
||||
*-*-beos* | *-*-haiku*)
|
||||
ARCH=beos
|
||||
ac_default_prefix=/boot/develop/tools/gnupro
|
||||
ac_default_prefix=/boot/common
|
||||
CheckDummyVideo
|
||||
CheckDiskAudio
|
||||
CheckDummyAudio
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user