Skip to content

Commit e122658

Browse files
Remove the .so extension from Android RevSecurity, RevZip and RevXml
1 parent 3642fe5 commit e122658

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

revxml/revxml.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
'OS == "android"',
7070
{
7171
'product_name': 'RevXml',
72+
'product_extension': '',
7273
},
7374
],
7475
],

revzip/revzip.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
'OS == "android"',
5353
{
5454
'product_name': 'RevZip',
55+
'product_extension': '',
5556
},
5657
],
5758
],

thirdparty

0 commit comments

Comments
 (0)