From 1535e35615eddb2ed46bcb6817ad0a213f3cf173 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 24 Oct 2014 18:44:57 +0200 Subject: [PATCH] (Emscripten Makefile) Add libretro-sdk/include to INCDIR --- Makefile.emscripten | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.emscripten b/Makefile.emscripten index 79f8c01da0..7e0c41314f 100644 --- a/Makefile.emscripten +++ b/Makefile.emscripten @@ -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)