mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 05:15:47 -04:00
Rewrite host GPU abstraction
- Don't have to repeat the same thing for 4 renderers. - Add native Metal renderer.
This commit is contained in:
@ -4,7 +4,7 @@ VERSION_FILE="scmversion.cpp"
|
||||
|
||||
CURDIR=$(pwd)
|
||||
if [ "$(uname -s)" = "Darwin" ]; then
|
||||
cd "$(dirname $(python -c 'import os,sys;print(os.path.realpath(sys.argv[1]))' "$0"))"
|
||||
cd "$(dirname $(python3 -c 'import os,sys;print(os.path.realpath(sys.argv[1]))' "$0"))"
|
||||
else
|
||||
cd $(dirname $(readlink -f $0))
|
||||
fi
|
||||
|
Reference in New Issue
Block a user