Skip to content

Commit cf536e3

Browse files
Add the server versions of the database externals to Gyp
1 parent 5dbaf0d commit cf536e3

File tree

2 files changed

+295
-27
lines changed

2 files changed

+295
-27
lines changed

livecode.gyp

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,19 @@
5454
],
5555
},
5656
],
57+
[
58+
# Server builds use special externals on OSX and Linux
59+
'OS == "mac" or OS == "linux"',
60+
{
61+
'dependencies':
62+
[
63+
'revdb/revdb.gyp:dbmysql-server',
64+
'revdb/revdb.gyp:dbodbc-server',
65+
'revdb/revdb.gyp:dbpostgresql-server',
66+
'revdb/revdb.gyp:dbsqlite-server',
67+
],
68+
},
69+
],
5770
[
5871
'OS == "ios"',
5972
{

0 commit comments

Comments
 (0)