mirror of https://github.com/ppy/SDL3-CS.git
Fix build failing if SDL is not cloned
This commit is contained in:
parent
c42876e0ee
commit
db3993e71b
|
|
@ -28,7 +28,7 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Include="..\External\SDL_image\test\sample.png">
|
<None Include="..\External\SDL_image\test\sample.png" Condition="Exists('..\External\SDL_image\test\sample.png')">
|
||||||
<Link>sample.png</Link>
|
<Link>sample.png</Link>
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue