Skip to content

Commit

Permalink
Fix Makefile.switch to build with latest libnx (to fix input issue with
Browse files Browse the repository at this point in the history
FW 9.0) and bump version to 1.0.10
  • Loading branch information
sergiou87 committed Sep 22, 2019
1 parent 481a60f commit 31dbb1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.switch
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ INCLUDES := src

APP_TITLE := Triplane Turmoil
APP_AUTHOR := sergiou87
APP_VERSION := 1.0.9
APP_VERSION := 1.0.10
ICON := switch/launcher-icon.jpg

#---------------------------------------------------------------------------------
Expand All @@ -68,7 +68,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)

LIBS := -lnx -lSDL2_mixer `sdl2-config --libs` -lmpg123 -lmodplug -lvorbisfile -lvorbis -logg
LIBS := -lnx -lSDL2_mixer `sdl2-config --libs` -lmpg123 -lmodplug -lvorbisfile -lvorbis -logg -lopusfile -lopus

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

0 comments on commit 31dbb1a

Please sign in to comment.