Skip to content

Commit

Permalink
SporeModManager: use CALL to build 3rdParty dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Oct 13, 2023
1 parent 0ed1ce6 commit 5f0fefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SporeModManager/SporeModManager.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
</Link>
<PreBuildEvent>
<Command>if NOT EXIST "$(MSBuildProjectDirectory)\..\3rdParty\zlib\build\Release\zlibstatic.lib" (
"$(MSBuildProjectDirectory)\..\3rdParty\BuildZlib.bat"
CALL "$(MSBuildProjectDirectory)\..\3rdParty\BuildZlib.bat"
)</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
Expand Down

0 comments on commit 5f0fefa

Please sign in to comment.