Index: mojo/BUILD.gn |
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn |
index debdf0f998bf2714971ae0c03cd7806b45a6067d..91bada48b7d74b89ebf86715a32e6b801989dc0f 100644 |
--- a/mojo/BUILD.gn |
+++ b/mojo/BUILD.gn |
@@ -9,8 +9,9 @@ declare_args() { |
mojo_use_go = false |
# TODO(ncbray): support ASAN once NaCl's GN build is unforked. |
- mojo_use_nacl = is_linux && !is_asan |
- mojo_use_nacl_nonsfi = (is_linux || is_android) && !is_asan |
+ # TODO(cstout): support fnl/musl build in nacl |
+ mojo_use_nacl = is_linux && !is_asan && !is_fnl |
+ mojo_use_nacl_nonsfi = (is_linux || is_android) && !is_asan && !is_fnl |
} |
group("mojo") { |