]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Fix frameworks path.
authorRudolf Polzer <divVerent@gmail.com>
Tue, 19 Mar 2024 11:32:42 +0000 (04:32 -0700)
committerRudolf Polzer <divVerent@gmail.com>
Tue, 19 Mar 2024 11:32:42 +0000 (04:32 -0700)
It works with this path too, and is more standard.

misc/tools/all/release.subr

index 18adf7adea2b271b5fa2e72b6c5fd30eb29c47ba..55b1b409770f7e4d345944c7ab16de9d24c51b7a 100644 (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