Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Corrected Haiku build.
  • Loading branch information
icculus committed Aug 21, 2013
1 parent c9152ad commit 06f6a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -2612,7 +2612,7 @@ AC_HELP_STRING([--enable-render-d3d], [enable the Direct3D render driver [[defau
# Set up files for the system filesystem library
if test x$enable_filesystem = xyes; then
AC_DEFINE(SDL_FILESYSTEM_BEOS, 1, [ ])
SOURCES="$SOURCES $srcdir/src/power/beos/*.cc"
SOURCES="$SOURCES $srcdir/src/filesystem/beos/*.cc"
have_filesystem=yes
fi
# The BeOS platform requires special setup.
Expand Down

0 comments on commit 06f6a59

Please sign in to comment.