1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-03 08:48:42 +00:00

wiiu: fix include path to peglib for slang-parse

This commit is contained in:
Brad Parker 2019-01-28 14:43:42 -05:00
parent edce9c02d1
commit c455a86545

View File

@ -48,7 +48,7 @@ all: $(SLANG_SHADERS)
parser: $(SLANG_PARSER)
$(SLANG_PARSER): slang-parse.cpp
$(CXX) $< -o $@ -g -O0 -Wall -I.
$(CXX) $< -o $@ -g -O0 -Wall -I../../deps/peglib
shaders: $(SLANG_SHADERS)