Replace OSX SDL with i386-only non-framework build.
Compiled using ./configure CFLAGS="-m32 -mmacosx-version-min=10.5" LDFLAGS="-m32 -mmacosx-version-min=10.5" --without-x
This commit is contained in:
Binary file not shown.
2
thirdparty/SDL2-CS.dll.config
vendored
2
thirdparty/SDL2-CS.dll.config
vendored
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<dllmap dll="SDL2.dll" os="windows" target="SDL2.dll"/>
|
||||
<dllmap dll="SDL2.dll" os="osx" target="/Library/Frameworks/SDL2.framework/SDL2"/>
|
||||
<dllmap dll="SDL2.dll" os="osx" target="libSDL2.dylib"/>
|
||||
<dllmap dll="SDL2.dll" os="linux" target="libSDL2-2.0.so.0"/>
|
||||
|
||||
<dllmap dll="SDL2_image.dll" os="windows" target="SDL2_image.dll"/>
|
||||
|
||||
BIN
thirdparty/osx/libSDL2.dylib
vendored
Executable file
BIN
thirdparty/osx/libSDL2.dylib
vendored
Executable file
Binary file not shown.
Reference in New Issue
Block a user