rm misc physfs;

This commit is contained in:
bjorn 2019-12-10 12:38:06 -08:00
parent 403ed8d3b0
commit b518a4c983
5 changed files with 1 additions and 7 deletions

View File

@ -53,7 +53,6 @@ CFLAGS += -DLOVR_@(GL)
CFLAGS += @(LUA_CFLAGS)
CFLAGS += @(GLFW_CFLAGS)
CFLAGS += @(OPENAL_CFLAGS)
CFLAGS += @(PHYSFS_CFLAGS)
CFLAGS += @(MSDFGEN_CFLAGS)
CFLAGS += @(ODE_CFLAGS)
CFLAGS += @(OPENVR_CFLAGS)
@ -63,7 +62,6 @@ CFLAGS += @(ENET_CFLAGS)
LDFLAGS += @(LUA_LDFLAGS)
LDFLAGS += @(GLFW_LDFLAGS)
LDFLAGS += @(OPENAL_LDFLAGS)
LDFLAGS += @(PHYSFS_LDFLAGS)
LDFLAGS += @(MSDFGEN_LDFLAGS)
LDFLAGS += @(ODE_LDFLAGS)
LDFLAGS += @(OPENVR_LDFLAGS)

1
deps/physfs vendored

@ -1 +0,0 @@
Subproject commit 3ae84ee5d0a0af72a6a808a32b63e1ea0076f2be

View File

@ -430,7 +430,7 @@ static int libLoader(lua_State* L) {
if (lovrFilesystemIsFile(filename)) {
lua_getfield(L, -1, "loadlib");
// Synthesize the absolute path to the library on disk (outside of physfs)
// Synthesize the absolute path to the library on disk
luaL_Buffer buffer;
luaL_buffinit(L, &buffer);
luaL_addstring(&buffer, lovrFilesystemGetRealDirectory(filename));

View File

@ -300,7 +300,6 @@ bool lovrPlatformHasWindow() {
#include <stdio.h>
#include <android/log.h>
#include "physfs.h"
#include <sys/stat.h>
#include <assert.h>

View File

@ -53,8 +53,6 @@ CONFIG_GLFW_CFLAGS=
CONFIG_GLFW_LDFLAGS=
CONFIG_OPENAL_CFLAGS=
CONFIG_OPENAL_LDFLAGS=
CONFIG_PHYSFS_CFLAGS=
CONFIG_PHYSFS_LDFLAGS=
CONFIG_MSDFGEN_CFLAGS=
CONFIG_MSDFGEN_LDFLAGS=
CONFIG_ODE_CFLAGS=