mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
build wasm test platform when running llvm wasm tests
This commit is contained in:
parent
f0adf02d7b
commit
959af4dbfb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const PLATFORM_FILENAME: &str = "wasm_test_platform";
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("cargo:rerun-if-changed=build.rs");
|
println!("cargo:rerun-if-changed=build.rs");
|
||||||
if feature_is_enabled("gen-wasm") {
|
if feature_is_enabled("gen-wasm") || feature_is_enabled("gen-llvm-wasm") {
|
||||||
build_wasm_test_host();
|
build_wasm_test_host();
|
||||||
build_wasm_linking_test_host();
|
build_wasm_linking_test_host();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue