diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 4d5836e..b8a31eba 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -392,7 +392,7 @@ 'NACL_WIN64', ], }], - ['OS=="linux" and chromeos==0 and target_arch!="arm"', { + ['OS=="mac" or (OS=="linux" and chromeos==0 and target_arch!="arm")', { 'use_cups%': 1, }, { 'use_cups%': 0, |