Upgrade to SDL 2.0.3 and latest SDL2-CS (e8731ef).
This commit is contained in:
@@ -28,8 +28,8 @@ rm OpenRA.app/Contents/Resources/Tao.Sdl.*
|
||||
rm OpenRA.app/Contents/Resources/Tao.Cg.*
|
||||
|
||||
# Change the .config to use the packaged SDL
|
||||
sed "s/\/Library\/Frameworks\/SDL2.framework/./" OpenRA.app/Contents/Resources/SDL2\#.dll.config > temp
|
||||
mv temp OpenRA.app/Contents/Resources/SDL2\#.dll.config
|
||||
sed "s/\/Library\/Frameworks\/SDL2.framework/./" OpenRA.app/Contents/Resources/SDL2-CS.dll.config > temp
|
||||
mv temp OpenRA.app/Contents/Resources/SDL2-CS.dll.config
|
||||
rm temp
|
||||
|
||||
# Package app bundle into a zip and clean up
|
||||
|
||||
Binary file not shown.
@@ -51,8 +51,8 @@ cp thirdparty/FuzzyLogicLibrary.dll packaging/built
|
||||
# SharpFont for FreeType support
|
||||
cp thirdparty/SharpFont* packaging/built
|
||||
|
||||
# SDL2#
|
||||
cp thirdparty/SDL2\#* packaging/built
|
||||
# SDL2-CS
|
||||
cp thirdparty/SDL2-CS packaging/built
|
||||
|
||||
# Mono.NAT for UPnP support
|
||||
cp thirdparty/Mono.Nat.dll packaging/built
|
||||
|
||||
Reference in New Issue
Block a user