mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-03-04 01:17:28 +00:00
qb: Remove deprecated arguments.
Please use --bindir, --mandir and --sysconfdir now.
This commit is contained in:
parent
8809932b49
commit
98b04b99dc
@ -1,7 +1,5 @@
|
||||
HAVE_LIBRETRO= # Libretro library used
|
||||
HAVE_ASSETS_DIR= # Assets install directory
|
||||
HAVE_BIN_DIR= # Binary install directory (Deprecated)
|
||||
HAVE_MAN_DIR= # Manpage install directory (Deprecated)
|
||||
HAVE_GDI=yes # GDI support (Win32-only)
|
||||
HAVE_OPENGLES_LIBS= # Link flags for custom GLES library
|
||||
HAVE_OPENGLES_CFLAGS= # C-flags for custom GLES library
|
||||
|
@ -46,7 +46,6 @@ EOF
|
||||
print_help_option "--datarootdir=PATH" "Read-only data install directory"
|
||||
print_help_option "--docdir=PATH" "Documentation install directory"
|
||||
print_help_option "--mandir=PATH" "Manpage install directory"
|
||||
print_help_option "--global-config-dir=PATH" "System wide config file prefix (Deprecated)"
|
||||
print_help_option "--build=BUILD" "The build system (no-op)"
|
||||
print_help_option "--host=HOST" "Cross-compile with HOST-gcc instead of gcc"
|
||||
print_help_option "--help" "Show this help"
|
||||
@ -105,7 +104,7 @@ parse_input() # Parse stuff :V
|
||||
config_opts="${config_opts} $1"
|
||||
case "$1" in
|
||||
--prefix=*) PREFIX=${1##--prefix=};;
|
||||
--global-config-dir=*|--sysconfdir=*) GLOBAL_CONFIG_DIR="${1#*=}";;
|
||||
--sysconfdir=*) GLOBAL_CONFIG_DIR="${1#*=}";;
|
||||
--bindir=*) BIN_DIR="${1#*=}";;
|
||||
--build=*) BUILD="${1#*=}";;
|
||||
--datarootdir=*) SHARE_DIR="${1#*=}";;
|
||||
|
Loading…
x
Reference in New Issue
Block a user