CONFIGURE: Add fluidsynth support for Nintendo Switch
This commit is contained in:
parent
f5f4c300b9
commit
105b20ece3
1 changed files with 4 additions and 0 deletions
4
configure
vendored
4
configure
vendored
|
@ -4926,6 +4926,10 @@ case $_host_os in
|
|||
FLUIDSYNTH_STATIC_LIBS="$FLUIDSYNTH_LIBS -framework Foundation -framework CoreMIDI -lglib-2.0 -lintl -liconv"
|
||||
;;
|
||||
|
||||
switch)
|
||||
FLUIDSYNTH_STATIC_LIBS="$FLUIDSYNTH_LIBS -lnx"
|
||||
;;
|
||||
|
||||
*)
|
||||
FLUIDSYNTH_STATIC_LIBS="$FLUIDSYNTH_LIBS -lglib-2.0 -lintl -liconv"
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue