blob: 4eaa5b60eea93f86a17d6a7ee6c93a3626f34aa3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- tools/gn/args.cc.orig 2017-01-26 00:49:31 UTC
+++ tools/gn/args.cc
@@ -254,6 +254,8 @@ void Args::SetSystemVarsLocked(Scope* de
os = "mac";
#elif defined(OS_LINUX)
os = "linux";
+#elif defined(OS_BSD)
+ os = "bsd";
#elif defined(OS_ANDROID)
os = "android";
#elif defined(OS_NETBSD)
|