diff options
Diffstat (limited to 'tools/v8_gypfiles/v8.gyp')
-rw-r--r-- | tools/v8_gypfiles/v8.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/v8_gypfiles/v8.gyp b/tools/v8_gypfiles/v8.gyp index 89330aa261..19f224d01b 100644 --- a/tools/v8_gypfiles/v8.gyp +++ b/tools/v8_gypfiles/v8.gyp @@ -1064,7 +1064,7 @@ '<(V8_ROOT)/src/base/platform/platform-posix.h', ], 'conditions': [ - ['OS != "aix" and OS != "solaris"', { + ['OS != "aix" and OS != "os400" and OS != "solaris"', { 'sources': [ '<(V8_ROOT)/src/base/platform/platform-posix-time.cc', '<(V8_ROOT)/src/base/platform/platform-posix-time.h', @@ -1084,7 +1084,7 @@ ], }, }], - ['OS=="aix"', { + ['OS in "aix os400"', { 'variables': { # Used to differentiate `AIX` and `OS400`(IBM i). 'aix_variant_name': '<!(uname -s)', |