Fixed Mac projects failing to compile (why does every update Mac specifically breaks slightly differently every time)

This commit is contained in:
EvilFactory
2023-10-19 13:56:47 -03:00
parent b89f3fdd79
commit 465b800471
2 changed files with 1 additions and 6 deletions
@@ -87,12 +87,6 @@
</ItemGroup>
<!-- Sourced from https://stackoverflow.com/a/45248069 -->
<ItemGroup>
<None Include="..\BarotraumaShared\libsteam_api64.dylib">
<Link>libsteam_api64.dylib</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<Target Name="GetGitRevision" BeforeTargets="WriteGitRevision" Condition="'$(BuildHash)' == ''">
<PropertyGroup>
<!-- temp file for the git version (lives in "obj" folder)-->