mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 12:41:00 +00:00
qb: Retain HAVE_NO variables.
Fixes a small oversight, nothing is using this code anyways so I didn't notice at first.
This commit is contained in:
parent
59cb198dda
commit
93e3248949
@ -122,7 +122,7 @@ parse_input() # Parse stuff :V
|
||||
opt_exists "${1##--disable-}" "$1"
|
||||
eval "HAVE_$opt=no"
|
||||
eval "USER_$opt=no"
|
||||
eval "HAVE_NO_$opt=yes"
|
||||
add_opt "NO_$opt" yes
|
||||
;;
|
||||
--with-*)
|
||||
arg="${1##--with-}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user