Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 05d060b

Browse files
[[ Emscripten ]] Re-enable externals for non-Emscripten platforms
1 parent d9c8a81 commit 05d060b

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

livecode.gyp

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,27 @@
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
{

0 commit comments

Comments
 (0)