(Emscripten Makefile) Add libretro-sdk/include to INCDIR

This commit is contained in:
twinaphex 2014-10-24 18:44:57 +02:00
parent 434460405d
commit 1535e35615

View File

@ -45,7 +45,7 @@ else
CFLAGS += -O2
endif
CFLAGS += -Wall -Wno-unused-result -Wno-unused-variable -I. -std=gnu99
CFLAGS += -Wall -Wno-unused-result -Wno-unused-variable -I. -Ilibretro-sdk/include -std=gnu99
all: $(TARGET)