Skip to content

Commit cb16381

Browse files
committed
fix SIMD IL trimming
1 parent 4ba68d3 commit cb16381

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eng/testing/tests.wasm.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<BuildAOTTestsOn Condition="'$(BuildAOTTestsOn)' == ''">local</BuildAOTTestsOn>
5757
</PropertyGroup>
5858

59-
<PropertyGroup Condition="'$(BuildAOTTestsOn)' == 'local'">
59+
<PropertyGroup Condition="'$(BuildAOTTestsOn)' == 'local' and '$(TargetOS)' != 'wasi'">
6060
<!--
6161
When building for BuildAOTTestsOnHelix=true, the BrowserWasmApp.targets are *not* imported, because
6262
they get instead used by the AOT proxy project on helix.

0 commit comments

Comments
 (0)