Update sdk location

This commit is contained in:
8dcc
2023-07-20 18:05:40 +02:00
parent 923be5eb11
commit f1953cc433
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
# Need to use g++ because the sdk headers use classes
CC=g++
INCLUDES=-Isrc/sdk/common -Isrc/sdk/public -Isrc/sdk/pm_shared -Isrc/sdk/engine
INCLUDES=-Isrc/include/sdk/common -Isrc/include/sdk/public -Isrc/include/sdk/pm_shared -Isrc/include/sdk/engine
CFLAGS=-Wall -Wextra -Wno-write-strings -m32 -fPIC $(INCLUDES)
LDFLAGS=