Sha256: c7419f3e53e138d0990ba5af1340f6ee822bf6ee9ee5022f249600fc4a39da41

Contents?: true

Size: 807 Bytes

Versions: 5

Compression:

Stored size: 807 Bytes

Contents

# Copyright (c) 2012 Google Inc. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
  'targets': [
    {
      'target_name': 'mytarget',
      'type': 'executable',
      'sources': [ 'file.cc', ],
      'xcode_settings': {
        'SDKROOT': 'macosx%s',
      },
      'postbuilds': [
        {
          'postbuild_name': 'envtest',
          'action': [ './test_shorthand.sh', ],
        },
      ],
    },
    {
      'target_name': 'absolute',
      'type': 'executable',
      'sources': [ 'file.cc', ],
      'xcode_settings': {
        'SDKROOT': '<(sdk_path)',
      },
      'postbuilds': [
        {
          'postbuild_name': 'envtest',
          'action': [ './test_shorthand.sh', ],
        },
      ],
    },
  ],
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
mt-libuv-4.1.04 ext/gyp/test/mac/sdkroot/test.gyp
mt-libuv-4.1.03 ext/gyp/test/mac/sdkroot/test.gyp
mt-libuv-4.1.02 ext/gyp/test/mac/sdkroot/test.gyp
tree-sitter-0.1.0 ext/tree-sitter/tree-sitter/externals/gyp/test/mac/sdkroot/test.gyp
tree-sitter-0.0.1 ext/tree-sitter/tree-sitter/externals/gyp/test/mac/sdkroot/test.gyp