Skip to content

Commit 6bb78e3

Browse files
authored
chore: Adjust threads detection
1 parent b332cad commit 6bb78e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Uno.Wasm.Bootstrap/build/Uno.Wasm.Bootstrap.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
EmccFlags="@(EmccFlags)"
305305
EmscriptenVersion="$(EmscriptenVersion)"
306306
EnableLogProfiler="$(WasmShellEnableLogProfiler)"
307-
EnableThreads="@(WasmEnableThreads)"
307+
EnableThreads="$(WasmEnableThreads)"
308308
EnableTracing="@(WasmEnableTracing)"
309309
GenerateAOTProfile="$(WasmShellGenerateAOTProfile)"
310310
IndexHtmlPath="$(WasmShellIndexHtmlPath)"

0 commit comments

Comments
 (0)