Update gyp to generate standalone static libpackager
Change-Id: Ic62b2e4e8a9529da936aa5c64e93faad7187a79a
This commit is contained in:
parent
96ced40ec2
commit
a678948db4
|
@ -40,12 +40,15 @@
|
|||
'version/version.gyp:version',
|
||||
],
|
||||
'conditions': [
|
||||
['libpackager_type=="shared_library"', {
|
||||
['libpackager_type == "shared_library"', {
|
||||
'defines': [
|
||||
'SHARED_LIBRARY_BUILD',
|
||||
'SHAKA_IMPLEMENTATION',
|
||||
],
|
||||
}],
|
||||
['libpackager_type == "static_library"', {
|
||||
'standalone_static_library': 1,
|
||||
}],
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue