parent
62d1c5751e
commit
d9b0534ae0
13
build/common.gypi
Normal file
13
build/common.gypi
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
'conditions': [
|
||||
['OS=="win"', {
|
||||
'target_defaults': {
|
||||
'msvs_settings': {
|
||||
'VCLinkerTool': {
|
||||
'GenerateDebugInformation': 'true',
|
||||
},
|
||||
},
|
||||
},
|
||||
}], # OS=="win"
|
||||
],
|
||||
}
|
||||
@ -26,6 +26,7 @@ if __name__ == '__main__':
|
||||
args = sys.argv[1:]
|
||||
|
||||
args.append(os.path.join(script_dir, 'all.gyp'))
|
||||
args.append('-I' + os.path.join(script_dir, 'common.gypi'))
|
||||
|
||||
args.append('--depth=' + uv_root)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user