File tree Expand file tree Collapse file tree 1 file changed +15
-10
lines changed
Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change 1818 # LCB toolchain
1919 'toolchain/toolchain.gyp:toolchain-all' ,
2020
21- # The revsecurity library is an output and not an intermediate product
22- #'thirdparty/libopenssl/libopenssl.gyp:revsecurity',
23-
24- # Externals
25- #'revdb/revdb.gyp:external-revdb',
26- #'revdb/revdb.gyp:dbmysql',
27- #'revdb/revdb.gyp:dbsqlite',
28- #'revxml/revxml.gyp:external-revxml',
29- #'revzip/revzip.gyp:external-revzip',
30-
3121 # Widgets and libraries
3222 'extensions/extensions.gyp:extensions' ,
3323 ],
3424
3525 'conditions' :
3626 [
27+
28+ [
29+ 'OS != "emscripten"' ,
30+ {
31+ 'dependencies' :
32+ [
33+ 'thirdparty/libopenssl/libopenssl.gyp:revsecurity' ,
34+ 'revdb/revdb.gyp:external-revdb' ,
35+ 'revdb/revdb.gyp:dbmysql' ,
36+ 'revdb/revdb.gyp:dbsqlite' ,
37+ 'revxml/revxml.gyp:external-revxml' ,
38+ 'revzip/revzip.gyp:external-revzip' ,
39+ ],
40+ },
41+ ],
3742 [
3843 'mobile == 0' ,
3944 {
You can’t perform that action at this time.
0 commit comments