Skip to content

Commit

Permalink
Fix proc defs, again.
Browse files Browse the repository at this point in the history
  • Loading branch information
wasabii committed Mar 20, 2024
1 parent 3ece579 commit ab71202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IKVM.Clang.Sdk/Sdk/targets/IKVM.Clang.Core.targets
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@
<_PreprocessorDefinitions Include="@(PreprocessorDefinitions)" />
<_PreprocessorDefinitions Include="$(PreprocessorDefinitions)" />
<_PreprocessorDefinitionsArgs Remove="@(_PreprocessorDefinitionsArgs)" />
<_PreprocessorDefinitionsArgs Include="@(_PreprocessorDefinitions->'-D')" Value="%(_PreprocessorDefinitions.Identity)" Separator="" Value2="%(_PreprocessorDefinitions.Value)" Seperator2="=" />
<_PreprocessorDefinitionsArgs Include="@(_PreprocessorDefinitions->'-D')" Value="%(_PreprocessorDefinitions.Identity)" Separator="" Value2="%(_PreprocessorDefinitions.Value)" Separator2="=" />
<_Args Include="@(_PreprocessorDefinitionsArgs)" />

<_AdditionalOptions Remove="@(_AdditionalOptions)" />
Expand Down

0 comments on commit ab71202

Please sign in to comment.