Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(388)

Unified Diff: build/config/fnl/BUILD.gn

Issue 1422623002: Build fixes for fnl/musl (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fix android build Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/config/fnl/BUILD.gn
diff --git a/build/config/fnl/BUILD.gn b/build/config/fnl/BUILD.gn
index ed00f69966343fa8ac1b56cbdbde2d4dfdf4c5a5..0eb35e3499b7b1edee4785234c2d7973a8853b63 100644
--- a/build/config/fnl/BUILD.gn
+++ b/build/config/fnl/BUILD.gn
@@ -22,7 +22,7 @@ config("sdk") {
"value") ]
}
- defines = []
+ defines = [ "FNL_MUSL" ]
if (use_ozone) {
defines += [ "MESA_EGL_NO_X11_HEADERS" ]

Powered by Google App Engine
This is Rietveld 408576698