mirror of
https://gitlab.com/xonotic/xonotic
synced 2025-03-03 01:47:46 +00:00
Fix frameworks path.
It works with this path too, and is more standard.
This commit is contained in:
parent
6a41ed0bd5
commit
df4b789353
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user