Skip to content

Commit 61e0c96

Browse files
committed
Fix linking errors
1 parent 0532cd7 commit 61e0c96

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

binding.gyp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
],
1616
"link_settings": {
1717
"libraries": [
18-
"-lboost_system"
18+
"-lboost_system",
19+
"-lboost_date_time"
1920
]
2021
},
2122
"cflags_cc!": [ "-fno-exceptions", "-fno-rtti" ],

0 commit comments

Comments
 (0)