Skip to content

Commit 110a8bf

Browse files
committed
Tweaked the building file.
1 parent 99a9af9 commit 110a8bf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

binding.gyp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
"vendor/abseil-cpp/absl/strings/string_view.cc",
8282
"vendor/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc",
8383
"vendor/abseil-cpp/absl/synchronization/internal/graphcycles.cc",
84+
"vendor/abseil-cpp/absl/synchronization/internal/kernel_timeout.cc",
8485
"vendor/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc",
8586
"vendor/abseil-cpp/absl/synchronization/internal/waiter_base.cc",
8687
"vendor/abseil-cpp/absl/synchronization/mutex.cc",
@@ -139,6 +140,11 @@
139140
"ldflags": [
140141
"-pthread"
141142
]
143+
}],
144+
["OS==\"win32\"", {
145+
"sources": [
146+
"vendor/abseil-cpp/absl/synchronization/internal/win32_waiter.cc"
147+
]
142148
}]
143149
]
144150
}

0 commit comments

Comments
 (0)