mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
commit
6bd333263a
@ -518,7 +518,8 @@ while [ $# -gt 0 ]; do
|
|||||||
tmpvar="${1%=*}"
|
tmpvar="${1%=*}"
|
||||||
shift 1
|
shift 1
|
||||||
var="${tmpvar#HAVE_}"
|
var="${tmpvar#HAVE_}"
|
||||||
VARS="${VARS} $var"
|
vars="${vars} $var"
|
||||||
done
|
done
|
||||||
|
VARS="$(printf %s "$vars" | tr ' ' '\n' | sort)"
|
||||||
create_config_make config.mk $(printf %s "$VARS")
|
create_config_make config.mk $(printf %s "$VARS")
|
||||||
create_config_header config.h $(printf %s "$VARS")
|
create_config_header config.h $(printf %s "$VARS")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user