Skip to content

Commit

Permalink
Fix the symlink creation bug if using bazel
Browse files Browse the repository at this point in the history
  • Loading branch information
liangzou-deepmap authored and drigz committed Feb 20, 2021
1 parent e370cd5 commit 6d14ac3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bazel/glog.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ def glog_library(namespace = "google", with_gflags = 1, **kwargs):
linux_or_darwin_copts = wasm_copts + [
# For src/utilities.cc.
"-DHAVE_SYS_SYSCALL_H",
# For src/logging.cc to create symlinks.
"-DHAVE_UNISTD_H",
]

freebsd_only_copts = [
Expand Down

0 comments on commit 6d14ac3

Please sign in to comment.