Skip to content

Commit

Permalink
feat: ITD-1716: extend DefineConstants
Browse files Browse the repository at this point in the history
  • Loading branch information
LSJoranVC committed Nov 28, 2023
1 parent c8249ab commit 92e9a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SharpPcap/SharpPcap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</ItemGroup>

<PropertyGroup>
<DefineConstants Condition="'$(RuntimeIdentifier)'=='osx-x64'">OSX</DefineConstants>
<DefineConstants Condition="'$(RuntimeIdentifier)' == 'osx-x64'">$(DefineConstants);OSX</DefineConstants>
</PropertyGroup>

</Project>

0 comments on commit 92e9a92

Please sign in to comment.