Skip to content

Commit 4aa7ab0

Browse files
github-actions[bot]Jo Shields
andauthored
We shouldn't provision emsdk on cross-compiler builds, which don't need it (#50136)
Co-authored-by: Jo Shields <joshield@microsoft.com>
1 parent f7c0e7d commit 4aa7ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/mono.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494

9595
<!-- Sets up emscripten if you don't have the EMSDK_PATH env variable set -->
9696
<Target Name="ProvisionEmscripten"
97-
Condition="'$(ShouldProvisionEmscripten)' == 'true'">
97+
Condition="'$(ShouldProvisionEmscripten)' == 'true' and '$(SkipMonoCrossJitConfigure)' != 'true'">
9898
<ReadLinesFromFile File="$(MSBuildThisFileDirectory)\wasm\emscripten-version.txt">
9999
<Output TaskParameter="Lines" ItemName="_VersionLines" />
100100
</ReadLinesFromFile>

0 commit comments

Comments
 (0)