We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c0e7d commit 4aa7ab0Copy full SHA for 4aa7ab0
src/mono/mono.proj
@@ -94,7 +94,7 @@
94
95
<!-- Sets up emscripten if you don't have the EMSDK_PATH env variable set -->
96
<Target Name="ProvisionEmscripten"
97
- Condition="'$(ShouldProvisionEmscripten)' == 'true'">
+ Condition="'$(ShouldProvisionEmscripten)' == 'true' and '$(SkipMonoCrossJitConfigure)' != 'true'">
98
<ReadLinesFromFile File="$(MSBuildThisFileDirectory)\wasm\emscripten-version.txt">
99
<Output TaskParameter="Lines" ItemName="_VersionLines" />
100
</ReadLinesFromFile>
0 commit comments