Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / tools / gyp / test / mac / archs / test-archs-multiarch.gyp
index a187ca5..f3f25df 100644 (file)
         'GCC_PRECOMPILE_PREFIX_HEADER': 'YES',
       },
     },
+    # This does not compile but should not cause generation errors.
+    {
+      'target_name': 'exe_32_64_no_sources',
+      'type': 'executable',
+      'dependencies': [
+        ':static_32_64',
+      ],
+      'sources': [],
+      'xcode_settings': {
+        'ARCHS': ['i386', 'x86_64'],
+      },
+    },
   ]
 }