mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-02-04 12:56:20 +00:00
build(packaging): bash comparison in PKGBUILD (#4565)
This commit is contained in:
@ -23,7 +23,7 @@ _versioned_gcc=false # set to true if we need a versioned gcc, e.g. gcc14
|
||||
|
||||
_gcc_dep_suffix=""
|
||||
_gcc_env_suffix=""
|
||||
if [ "${_versioned_gcc}" = true ]; then
|
||||
if [ "${_versioned_gcc}" == true ]; then
|
||||
_gcc_dep_suffix="${_gcc_version}"
|
||||
_gcc_env_suffix="-${_gcc_version}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user