Skip to content

Commit

Permalink
Libretro: Add libpng17 to include flags.
Browse files Browse the repository at this point in the history
We compile in libpng17, so we should be using those headers.

May fix libretro compile on Windows.  Not tested.
  • Loading branch information
unknownbrackets committed May 14, 2020
1 parent 009efa5 commit 03c6612
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libretro/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ INCFLAGS += \
-I$(EXTDIR)/armips \
-I$(NATIVEDIR)/ext \
-I$(NATIVEDIR) \
-I$(NATIVEDIR)/ext/libpng17 \
-I$(EXTDIR)/libkirk \
-I$(EXTDIR)/xbrz \
-I$(EXTDIR)/xxhash \
Expand Down

1 comment on commit 03c6612

@gouchi
Copy link
Contributor

@gouchi gouchi commented on 03c6612 May 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, it got further.

Please sign in to comment.