Stop setting `BIZHAWK_INT_SYSLIB_PATH" in Linux launch script

unused since ba24907d9
(leaving it in the Nix expression since that same script is used across
every version)
This commit is contained in:
YoshiRulz 2024-08-01 01:48:13 +10:00
parent 7a8b9b13ff
commit b84ce89575
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ fi
export LD_LIBRARY_PATH="$PWD/dll:$PWD:$libpath"
export MONO_CRASH_NOFILE=1
export MONO_WINFORMS_XIM_STYLE=disabled # see https://bugzilla.xamarin.com/show_bug.cgi?id=28047#c9
export BIZHAWK_INT_SYSLIB_PATH="$libpath"
if [ "$1" = "--mono-no-redirect" ]; then
# printf "(passing --mono-no-redirect is no longer necessary)\n" #TODO uncomment later
shift