Skip to content

Commit

Permalink
Tweaked the building file.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhop committed Oct 25, 2023
1 parent 99a9af9 commit 110a8bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
"vendor/abseil-cpp/absl/strings/string_view.cc",
"vendor/abseil-cpp/absl/synchronization/internal/create_thread_identity.cc",
"vendor/abseil-cpp/absl/synchronization/internal/graphcycles.cc",
"vendor/abseil-cpp/absl/synchronization/internal/kernel_timeout.cc",
"vendor/abseil-cpp/absl/synchronization/internal/per_thread_sem.cc",
"vendor/abseil-cpp/absl/synchronization/internal/waiter_base.cc",
"vendor/abseil-cpp/absl/synchronization/mutex.cc",
Expand Down Expand Up @@ -139,6 +140,11 @@
"ldflags": [
"-pthread"
]
}],
["OS==\"win32\"", {
"sources": [
"vendor/abseil-cpp/absl/synchronization/internal/win32_waiter.cc"
]
}]
]
}
Expand Down

0 comments on commit 110a8bf

Please sign in to comment.