Update gyp to generate standalone static libpackager

Change-Id: Ic62b2e4e8a9529da936aa5c64e93faad7187a79a
This commit is contained in:
KongQun Yang 2017-06-22 13:38:27 -07:00
parent 96ced40ec2
commit a678948db4
1 changed files with 4 additions and 1 deletions

View File

@ -40,12 +40,15 @@
'version/version.gyp:version', 'version/version.gyp:version',
], ],
'conditions': [ 'conditions': [
['libpackager_type=="shared_library"', { ['libpackager_type == "shared_library"', {
'defines': [ 'defines': [
'SHARED_LIBRARY_BUILD', 'SHARED_LIBRARY_BUILD',
'SHAKA_IMPLEMENTATION', 'SHAKA_IMPLEMENTATION',
], ],
}], }],
['libpackager_type == "static_library"', {
'standalone_static_library': 1,
}],
], ],
}, },
{ {