aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index bbe5be6..e475692 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -248,7 +248,7 @@ generate_pkg_config("libbrillo_pc") {
requires_private += sublib.all_dependent_pkg_deps
}
}
- cflags = [ "-DUSE_RTTI_FOR_TYPE_TAGS" ]
+ defines = [ "USE_RTTI_FOR_TYPE_TAGS" ]
libs = [ "-lbrillo-${libbase_ver}" ]
}