1
0
mirror of https://github.com/dart-lang/sdk synced 2024-07-03 00:08:46 +00:00

[build] Fix product SDK build.

Change-Id: I61399278186634e95dfc8b6802be7612f9d94911
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/263182
Reviewed-by: Joshua Litt <joshualitt@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
Ryan Macnak 2022-10-10 19:14:58 +00:00 committed by Commit Queue
parent caffe45c7a
commit 8d604955ed

View File

@ -107,9 +107,11 @@ group("dart2wasm_platform") {
deps = [
":runtime_precompiled",
"utils/dart2wasm:compile_dart2wasm_platform",
"utils/dart2wasm:dart2wasm_asserts_snapshot",
"utils/dart2wasm:dart2wasm_snapshot",
]
if (defined(is_product) && !is_product) {
deps += [ "utils/dart2wasm:dart2wasm_asserts_snapshot" ]
}
}
group("dart2wasm") {