mirror of
https://github.com/libretro/libretro-super
synced 2025-03-29 10:20:19 +00:00
update libretro-config
This commit is contained in:
parent
45f53e8513
commit
1b3be8e34a
@ -187,6 +187,13 @@ case "$platform" in
|
||||
## TODO: Integrate this with everything else (post-1.1)
|
||||
##
|
||||
|
||||
emscripten)
|
||||
DIST_DIR="emscripten"
|
||||
FORMAT_EXT=bc
|
||||
FORMAT=_emscripten
|
||||
FORMAT_COMPILER_TARGET=emscripten
|
||||
FORMAT_COMPILER_TARGET_ALT=emscripten
|
||||
;;
|
||||
ios)
|
||||
# NOTE: This config requires a Mac with an Xcode installation. These
|
||||
# scripts will work at least as far as 10.5 that we're sure of, but
|
||||
@ -621,6 +628,12 @@ case "$platform" in
|
||||
FORMAT_COMPILER_TARGET="ctr"
|
||||
DIST_DIR="ctr"
|
||||
;;
|
||||
*emscripten*)
|
||||
platform=emscripten
|
||||
FORMAT_EXT="bc"
|
||||
FORMAT_COMPILER_TARGET="emscripten"
|
||||
DIST_DIR="emscripten"
|
||||
;;
|
||||
*vita*)
|
||||
platform=vita
|
||||
FORMAT_EXT="a"
|
||||
|
Loading…
x
Reference in New Issue
Block a user