Viewing File: /home/ubuntu/vedadeals-frontend-base/node_modules/utf-8-validate/binding.gyp

{
  'targets': [
    {
      'target_name': 'validation',
      'sources': ['src/validation.c'],
      'cflags': ['-std=c99'],
      'conditions': [
        ["OS=='mac'", {
          'xcode_settings': {
            'MACOSX_DEPLOYMENT_TARGET': '10.7',
            'OTHER_CFLAGS': ['-arch x86_64', '-arch arm64'],
            'OTHER_LDFLAGS': ['-arch x86_64', '-arch arm64']
          }
        }]
      ]
    }
  ]
}
Back to Directory File Manager