mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-04-01 14:38:14 +00:00
remove win64 DLLs from PATH, as this does not work
This commit is contained in:
parent
baed2e805f
commit
bac383da44
2
all
2
all
@ -598,7 +598,7 @@ case "$cmd" in
|
||||
run)
|
||||
if [ -n "$WE_HATE_OUR_USERS" ]; then
|
||||
client=
|
||||
export PATH="$d0/misc/buildfiles/win64:$d0/misc/buildfiles/win32:$PATH"
|
||||
export PATH="$d0/misc/buildfiles/win32:$PATH"
|
||||
elif [ x"`uname`" = x"Darwin" ]; then
|
||||
export DYLD_LIBRARY_PATH="$d0/misc/buildfiles/osx/Xonotic-SDL.app/Contents/MacOS"
|
||||
export DYLD_FRAMEWORK_PATH="$d0/misc/buildfiles/osx/Xonotic-SDL.app/Contents/Frameworks"
|
||||
|
Loading…
Reference in New Issue
Block a user