Sha256: f5dafe5316eb49f573010288e8272f2fd01e286d9dc0845ff141758b018f35e2
Contents?: true
Size: 596 Bytes
Versions: 28
Compression:
Stored size: 596 Bytes
Contents
{ 'target_defaults': { 'variables': { 'cross%': 0, }, 'target_conditions': [ ['cross==1', { 'actions': [ { 'action_name': 'cross compile >(_target_name)', 'inputs': ['^@(_sources)'], 'outputs': ['<(SHARED_INTERMEDIATE_DIR)/>(_target_name).fake'], 'action': [ 'python', 'fake_cross.py', '>@(_outputs)', '^@(_sources)', ], # Allows the test to run without hermetic cygwin on windows. 'msvs_cygwin_shell': 0, }, ], }], ], }, }
Version data entries
28 entries across 28 versions & 5 rubygems