mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 11:15:28 +00:00
Added Mac OS X build of SDL2 to dependencies
This commit is contained in:
parent
40cfcfaf25
commit
c077d5c026
BIN
Dependencies/x64/libSDL2.dylib
vendored
Executable file
BIN
Dependencies/x64/libSDL2.dylib
vendored
Executable file
Binary file not shown.
BIN
Dependencies/x86/libSDL2.dylib
vendored
Executable file
BIN
Dependencies/x86/libSDL2.dylib
vendored
Executable file
Binary file not shown.
|
@ -564,6 +564,12 @@
|
||||||
<SubType>Code</SubType>
|
<SubType>Code</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="OpenTK\Test\MatrixTest.cs" />
|
<Compile Include="OpenTK\Test\MatrixTest.cs" />
|
||||||
|
<None Include="..\..\Dependencies\x86\libSDL2.dylib">
|
||||||
|
<Link>Dependencies\x86\libSDL2.dylib</Link>
|
||||||
|
</None>
|
||||||
|
<None Include="..\..\Dependencies\x64\libSDL2.dylib">
|
||||||
|
<Link>Dependencies\x64\libSDL2.dylib</Link>
|
||||||
|
</None>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
||||||
|
|
Loading…
Reference in a new issue