Skip to content

Commit 53ef184

Browse files
[[ Bug 19901 ]] Merge gyp conditions block for odbc-server target.
1 parent 9e44466 commit 53ef184

1 file changed

Lines changed: 10 additions & 15 deletions

File tree

revdb/revdb.gyp

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,15 @@
298298
'-lodbc32.lib',
299299
],
300300
},
301+
'OS == "linux"',
302+
{
303+
'libraries':
304+
[
305+
'-Wl,-Bstatic',
306+
'-lstdc++',
307+
'-Wl,-Bdynamic',
308+
],
309+
},
301310
],
302311
],
303312

@@ -331,20 +340,6 @@
331340
'_releasedbconnectionref',
332341
],
333342
},
334-
'conditions':
335-
[
336-
[
337-
'OS == "linux"',
338-
{
339-
'libraries':
340-
[
341-
'-Wl,-Bstatic',
342-
'-lstdc++',
343-
'-Wl,-Bdynamic',
344-
],
345-
},
346-
],
347-
],
348343

349344
'all_dependent_settings':
350345
{
@@ -453,7 +448,7 @@
453448
},
454449
],
455450
],
456-
451+
457452
'all_dependent_settings':
458453
{
459454
'variables':

0 commit comments

Comments
 (0)