Skip to content

Commit

Permalink
Fix windows build
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Slusny <[email protected]>
  • Loading branch information
deathbeam committed Oct 28, 2024
1 parent df5794f commit e901e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Raylib.NET.Bindgen/Raylib.NET.Bindgen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<Target Name="Generate" AfterTargets="Build" Condition="'$(SkipGen)' != 'true'">
<Exec Command="dotnet '$(TargetDir)$(TargetFileName)' '$(ZigLibPath)'" />
<Exec Command="dotnet &quot;$(TargetDir)$(TargetFileName)&quot; &quot;$(ZigLibPath)&quot;" />
</Target>

</Project>

0 comments on commit e901e2f

Please sign in to comment.