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

Commit 6e49dd2

Browse files
[[ Bug 19901]] Correctly format conditions revdb.gyp
1 parent 50fccdd commit 6e49dd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

revdb/revdb.gyp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,13 +292,14 @@
292292
'../thirdparty/libiodbc/libiodbc.gyp:libiodbc',
293293
],
294294
},
295-
'OS == "win"',
296295
{
297296
'libraries':
298297
[
299298
'-lodbc32.lib',
300299
],
301300
},
301+
],
302+
[
302303
'OS == "linux"',
303304
{
304305
'libraries':

0 commit comments

Comments
 (0)