Include the physfs 3.0.1 source in love.

This commit is contained in:
Alex Szpakowski
2017-12-15 19:41:17 -04:00
parent 5950688770
commit 1d8a3326b3
35 changed files with 25263 additions and 37 deletions
-3
View File
@@ -19,9 +19,6 @@ AC_DEFUN([ACLOVE_DEP_THEORA], [
AC_DEFUN([ACLOVE_DEP_LIBM], [
AC_SEARCH_LIBS([sqrt], [m], [], [LOVE_MSG_ERROR([the C math library])])])
AC_DEFUN([ACLOVE_DEP_PHYSFS], [
AC_SEARCH_LIBS([PHYSFS_init], [physfs], [], [LOVE_MSG_ERROR([PhysicsFS])])])
AC_DEFUN([ACLOVE_DEP_SDL2], [
AM_PATH_SDL2([], [], [LOVE_MSG_ERROR([SDL 2])])])