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

Commit eb2b3a3

Browse files
Disable revfont on Linux
1 parent 5d84ccb commit eb2b3a3

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

livecode.gyp

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
'revbrowser/revbrowser.gyp:revbrowser-cefprocess',
4444
'revdb/revdb.gyp:dbodbc',
4545
'revdb/revdb.gyp:dbpostgresql',
46-
'revfont/revfont.gyp:external-revfont',
4746
'revmobile/revmobile.gyp:external-revandroid',
4847
'revmobile/revmobile.gyp:external-reviphone',
4948
'revspeech/revspeech.gyp:external-revspeech',
@@ -54,6 +53,16 @@
5453
],
5554
},
5655
],
56+
[
57+
'OS == "mac" or OS == "win"',
58+
{
59+
'dependencies':
60+
[
61+
# Externals
62+
'revfont/revfont.gyp:external-revfont',
63+
],
64+
},
65+
],
5766
[
5867
# Server builds use special externals on OSX and Linux
5968
'OS == "mac" or OS == "linux"',

0 commit comments

Comments
 (0)