Fix frameworks path.

It works with this path too, and is more standard.
This commit is contained in:
Rudolf Polzer 2024-03-19 04:32:42 -07:00
parent 6a41ed0bd5
commit df4b789353

View File

@ -346,7 +346,7 @@ case "$cmd" in
# OLD VERSIONS WITHOUT IT WORKED
verbose sed -i "s/#include <SDL2\//#include </g" SDL2/SDL2.framework/Versions/Current/Headers/*.h
)
cp -R "$d0/misc/builddeps/osx/SDL2/SDL2.framework" Xonotic/Xonotic.app/Contents/MacOS/
cp -R "$d0/misc/builddeps/osx/SDL2/SDL2.framework" Xonotic/Xonotic.app/Contents/Frameworks/
;;
release-libs)
release_common