Skip to content

Commit 2239b5e

Browse files
authored
Merge pull request #177 from emilbayes/master
Fix linking error on macOS
2 parents 17a2db3 + 3cb41a1 commit 2239b5e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

binding.gyp

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@
3737
'include_dirs': [
3838
'<!@(pkg-config --cflags-only-I dbus-1 | sed s/-I//g)'
3939
],
40-
'ldflags': [
41-
'<!@(pkg-config --libs-only-L --libs-only-other dbus-1)'
42-
],
43-
'libraries': [
44-
'<!@(pkg-config --libs-only-l --libs-only-other dbus-1)'
45-
]
40+
'link_settings': {
41+
'libraries': [
42+
'<!@(pkg-config --libs-only-L --libs-only-l --libs-only-other dbus-1)'
43+
]
44+
}
4645
}]
4746
]
4847
}

0 commit comments

Comments
 (0)