This repository was archived by the owner on Aug 31, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # revZipOpenArchive stops working on LC 7.1 and xcode 6.4
Original file line number Diff line number Diff line change 2727 'product_name' : 'revxml' ,
2828
2929 'dependencies' :
30- [
31- '../libexternal/libexternal.gyp:libExternal' ,
30+ [
31+ '../libexternal/libexternal.gyp:libExternal' ,
32+ '../libexternal/libexternal.gyp:libExternal-symbol-exports' ,
3233 '../thirdparty/libxml/libxml.gyp:libxml' ,
3334 '../thirdparty/libxslt/libxslt.gyp:libxslt' ,
3435 '../thirdparty/libz/libz.gyp:libz' ,
5051 'EXPORTED_SYMBOLS_FILE' : 'revxml.exports' ,
5152 },
5253
53- 'variables' :
54- {
55- 'ios_external_symbols' : [ '_getXtable' ],
56- },
57-
5854 'all_dependent_settings' :
5955 {
6056 'variables' :
8379 'dependencies' :
8480 [
8581 '../libexternal/libexternal.gyp:libExternal' ,
82+ '../libexternal/libexternal.gyp:libExternal-symbol-exports' ,
8683 '../thirdparty/libxml/libxml.gyp:libxml' ,
8784 '../thirdparty/libxslt/libxslt.gyp:libxslt' ,
8885 '../thirdparty/libz/libz.gyp:libz' ,
104101 'EXPORTED_SYMBOLS_FILE' : 'revxml.exports' ,
105102 },
106103
107- 'variables' :
108- {
109- 'ios_external_symbols' : [ '_getXtable' ],
110- },
111-
112104 'all_dependent_settings' :
113105 {
114106 'variables' :
Original file line number Diff line number Diff line change 2424 'dependencies' :
2525 [
2626 '../libexternal/libexternal.gyp:libExternal' ,
27+ '../libexternal/libexternal.gyp:libExternal-symbol-exports' ,
2728 '../thirdparty/libzip/libzip.gyp:libzip' ,
2829 ],
2930
5758 ],
5859 ],
5960
60- 'variables' :
61- {
62- 'ios_external_symbols' : [ '_getXtable' ],
63- },
64-
6561 'all_dependent_settings' :
6662 {
6763 'variables' :
7874
7975 'dependencies' :
8076 [
81- '../libexternal/libexternal.gyp:libExternal' ,
77+ '../libexternal/libexternal.gyp:libExternal' ,
78+ '../libexternal/libexternal.gyp:libExternal-symbol-exports' ,
8279 '../thirdparty/libzip/libzip.gyp:libzip' ,
8380 ],
8481
105102 ],
106103 ],
107104
108- 'variables' :
109- {
110- 'ios_external_symbols' : [ '_getXtable' ],
111- },
112-
113105 'all_dependent_settings' :
114106 {
115107 'variables' :
You can’t perform that action at this time.
0 commit comments