mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 06:19:01 +08:00
1e6dd7b5d1
Also, this is a workaround for x64-windows-static taking forever in VS2017 15.5
17 lines
552 B
Diff
17 lines
552 B
Diff
diff --git a/msvc-scripts/sodium.props b/msvc-scripts/sodium.props
|
|
index 41e1e47..3126455 100644
|
|
--- a/msvc-scripts/sodium.props
|
|
+++ b/msvc-scripts/sodium.props
|
|
@@ -17,9 +17,9 @@
|
|
<PreBuildEvent>
|
|
<Message>Process .in files</Message>
|
|
</PreBuildEvent>
|
|
- <PostBuildEvent>
|
|
+ <!-- <PostBuildEvent>
|
|
<Command>"$(SolutionDir)/test/default/wintest.bat" $(Configuration) $(Platform)</Command>
|
|
- </PostBuildEvent>
|
|
+ </PostBuildEvent> -->
|
|
<PostBuildEvent>
|
|
<Message>Run the test suite</Message>
|
|
</PostBuildEvent>
|