Skip to content

Commit

Permalink
Merge pull request #62 from deathbeam/fix-iss
Browse files Browse the repository at this point in the history
Fix spacing issue when enabling SoftAssert
  • Loading branch information
BeanCheeseBurrito authored Oct 27, 2024
2 parents 0bfb439 + 4997427 commit e1e3538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Flecs.NET.Native/Flecs.NET.Native.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@

<!-- Enable soft asserts if configured -->
<PropertyGroup>
<ZigArgs Condition="'$(FlecsSoftAssert)' == 'True'">$(ZigArgs)-Dsoft-assert=true</ZigArgs>
<ZigArgs Condition="'$(FlecsSoftAssert)' == 'True'">$(ZigArgs) -Dsoft-assert=true</ZigArgs>
</PropertyGroup>

<!-- Here we need host not target toolset to compile/cross-compile -->
Expand Down

0 comments on commit e1e3538

Please sign in to comment.