Skip to content

Commit 1918035

Browse files
committed
[emscripten][FIXME] Disable all externals on emscripten
This disables all externals, which is needed to enable building on emscripten (many of the externals are irrelevant and/or impossible to support). FIXME the externals should be disabled only when OS==emscripten.
1 parent 6766d47 commit 1918035

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

livecode.gyp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
'engine/engine.gyp:standalone',
1717

1818
# The revsecurity library is an output and not an intermediate product
19-
'thirdparty/libopenssl/libopenssl.gyp:revsecurity',
19+
#'thirdparty/libopenssl/libopenssl.gyp:revsecurity',
2020

2121
# Externals
22-
'revdb/revdb.gyp:external-revdb',
23-
'revdb/revdb.gyp:dbmysql',
24-
'revdb/revdb.gyp:dbsqlite',
25-
'revxml/revxml.gyp:external-revxml',
26-
'revzip/revzip.gyp:external-revzip',
22+
#'revdb/revdb.gyp:external-revdb',
23+
#'revdb/revdb.gyp:dbmysql',
24+
#'revdb/revdb.gyp:dbsqlite',
25+
#'revxml/revxml.gyp:external-revxml',
26+
#'revzip/revzip.gyp:external-revzip',
2727
],
2828

2929
'conditions':

0 commit comments

Comments
 (0)