[bazel] Switch to platforms-based toolchain resolution (#1036)
This commit is contained in:
@@ -32,7 +32,7 @@ def _wasm_transition_impl(settings, attr):
|
||||
"//command_line_option:features": features,
|
||||
"//command_line_option:dynamic_mode": "off",
|
||||
"//command_line_option:linkopt": linkopts,
|
||||
"//command_line_option:platforms": [],
|
||||
"//command_line_option:platforms": ["@emsdk//:platform_wasm"],
|
||||
"//command_line_option:custom_malloc": "@emsdk//emscripten_toolchain:malloc",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user