diff options
-rw-r--r-- | base/base.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/base.gypi b/base/base.gypi index 42c1c47..807181a 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -615,7 +615,7 @@ }, ], }], - [ 'OS == "linux" and target_arch=="x64" and internal_pdf', { + [ 'OS == "linux" and internal_pdf', { 'targets': [ { 'target_name': 'base_fpic', |