Skip to content

Commit

Permalink
remove references to libpng
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Bell committed Jun 18, 2020
1 parent 990f3ee commit 0fbac85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions platform/3ds/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fexceptions -std=gnu++17
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=3dsx.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)

LIBS := -lctru -lm -lpng -lz
LIBS := -lctru -lm

#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
# include and lib
#---------------------------------------------------------------------------------
LIBDIRS := $(CTRULIB) $(PORTLIBS)
LIBDIRS := $(CTRULIB)


#---------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion platform/switch/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fexceptions -std=gnu++17
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)

LIBS := -lnx -lpng -lz
LIBS := -lnx

#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
Expand Down

0 comments on commit 0fbac85

Please sign in to comment.