Skip to content

Commit f2e3d86

Browse files
committed
fix max
1 parent 5c292dd commit f2e3d86

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

binding.gyp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,8 @@
4444
"<!(python3-config --includes)"
4545
],
4646
"link_settings": {
47-
"library_dirs": [
48-
"<!(python3-config --ldflags --embed)",
49-
],
5047
"libraries": [
51-
"<!(python3-config --libs --embed)"
48+
"<!(python3-config --ldflags --embed)"
5249
]
5350
},
5451
'xcode_settings': {

0 commit comments

Comments
 (0)