Skip to content

Commit

Permalink
fix: Adjust mono-aot-cross path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jan 19, 2021
1 parent 9383592 commit 7c9bc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Uno.Wasm.Packager/packager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ int Run (string[] args) {
ninja.WriteLine ("wasm_core_support_library =");
}
if (is_netcore)
ninja.WriteLine ("cross = $runtimepack_dir/native/cross/mono-aot-cross");
ninja.WriteLine ("cross = $runtimepack_dir/native/cross/browser-wasm/mono-aot-cross");
else
ninja.WriteLine ("cross = $mono_sdkdir/wasm-cross-release/bin/wasm32-unknown-none-mono-sgen");
ninja.WriteLine ("emcc = source $emsdk_env && PYTHONUTF8=1 LC_ALL=C.UTF-8 emcc");
Expand Down

0 comments on commit 7c9bc1b

Please sign in to comment.