Skip to content

Commit

Permalink
Add include dirs for PSP
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Nov 6, 2017
1 parent c9c311a commit 79809df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.psp1
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ifeq ($(WHOLE_ARCHIVE_LINK), 1)
WHOLE_END := -Wl,--no-whole-archive
endif

INCDIR = deps/libz deps/7zip libretro-common/include
INCDIR = deps deps/stb deps/libz deps/7zip libretro-common/include
CFLAGS = $(OPTIMIZE_LV) -G0 -std=gnu99 -ffast-math
ASFLAGS = $(CFLAGS)

Expand Down

0 comments on commit 79809df

Please sign in to comment.