mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 15:40:44 +00:00
(Emscripten Makefile) Add libretro-sdk/include to INCDIR
This commit is contained in:
parent
434460405d
commit
1535e35615
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user