summaryrefslogtreecommitdiffstats
path: root/www/chromium/files/patch-tools_gn_args.cc
blob: 915e8aac84607a565d1827443e2a4f62a8ca8490 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- tools/gn/args.cc.orig	2017-06-05 19:03:29 UTC
+++ tools/gn/args.cc
@@ -298,6 +298,8 @@ void Args::SetSystemVarsLocked(Scope* dest) const {
   os = "mac";
 #elif defined(OS_LINUX)
   os = "linux";
+#elif defined(OS_BSD)
+  os = "bsd";
 #elif defined(OS_ANDROID)
   os = "android";
 #elif defined(OS_NETBSD)
OpenPOWER on IntegriCloud