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

Commit 3826f86

Browse files
author
Monte Goulding
committed
Merge pull request #1 from peter-b/patch-1
Don't build lcidlc on emscripten or iOS platforms
2 parents 7d19b96 + 4beb768 commit 3826f86

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

lcidlc/lcidlc.gyp

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@
5252
'<(SHARED_INTERMEDIATE_DIR)/LCIDLC/EncodedJavaSupport.c',
5353
'<(SHARED_INTERMEDIATE_DIR)/LCIDLC/EncodedSupport.c',
5454
],
55+
56+
'conditions':
57+
[
58+
[
59+
# Don't compile on iOS or emscripten
60+
'OS == "ios" or OS == "emscripten"',
61+
{
62+
'type': 'none',
63+
},
64+
],
5565
},
5666
{
5767
'target_name': 'encode_support',

0 commit comments

Comments
 (0)