Merge branch 'xquartz' of https://github.com/thefiddler/opentk into xquartz

This commit is contained in:
thefiddler 2014-06-15 14:24:44 +02:00
commit ef0ebb0a64

View file

@ -14,4 +14,6 @@
<dllmap os="osx" dll="libGLESv2.dll" target="/System/Library/Frameworks/OpenGLES.framework/OpenGLES" />
<dllmap os="osx" dll="opencl.dll" target="/System/Library/Frameworks/OpenCL.framework/OpenCL"/>
<dllmap os="osx" dll="SDL2.dll" target="libSDL2.dylib"/>
<dllmap os="osx" dll="libX11" target="/usr/X11/lib/libX11.6.dylib"/>
<dllmap os="osx" dll="libXi" target="/usr/X11/lib/libXi.6.dylib"/>
</configuration>