Skip to content

Commit

Permalink
Remove unused build prop
Browse files Browse the repository at this point in the history
  • Loading branch information
deathbeam committed Oct 19, 2024
1 parent 9be419e commit cca1f8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Raylib.NET.Native/Raylib.NET.Native.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
</When>
<When Condition="$([MSBuild]::IsOSPlatform('Linux'))">
<PropertyGroup>
<PlatformCondition>Linux</PlatformCondition>
<NativeExt>so</NativeExt>
<NativePre>lib</NativePre>
<NativeId Condition="'$(NativeArch)' == 'X64'">linux-x64</NativeId>
Expand Down

0 comments on commit cca1f8e

Please sign in to comment.