update FakeSteamAPI

This commit is contained in:
nillerusr
2020-10-23 16:17:59 +03:00
parent b7cd3625c8
commit db8e180065
39 changed files with 7 additions and 11275 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ OPTFLAGS=-pipe -fno-exceptions -fPIC -fvisibility=hidden
CXXFLAGS=$(OPTFLAGS) -fpermissive -std=gnu++0x -Wno-narrowing -m32
CFLAGS=$(OPTFLAGS) -m32
INCLUDES=-I.
INCLUDES=-I. -I../../public/steam
LDFLAGS = -shared -Wl,--no-warn-mismatch -Wl,--no-undefined -Wl,-z,noexecstack -Wl,-z,relro -Wl,-z,now -m32
ifeq ($(NDK),1)