mirror of
https://github.com/libretro/libretro-super
synced 2025-04-09 18:44:44 +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)
|
## 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)
|
ios)
|
||||||
# NOTE: This config requires a Mac with an Xcode installation. These
|
# 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
|
# 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"
|
FORMAT_COMPILER_TARGET="ctr"
|
||||||
DIST_DIR="ctr"
|
DIST_DIR="ctr"
|
||||||
;;
|
;;
|
||||||
|
*emscripten*)
|
||||||
|
platform=emscripten
|
||||||
|
FORMAT_EXT="bc"
|
||||||
|
FORMAT_COMPILER_TARGET="emscripten"
|
||||||
|
DIST_DIR="emscripten"
|
||||||
|
;;
|
||||||
*vita*)
|
*vita*)
|
||||||
platform=vita
|
platform=vita
|
||||||
FORMAT_EXT="a"
|
FORMAT_EXT="a"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user