mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Internal change
PiperOrigin-RevId: 295579669 Change-Id: I2488a87a78cf76f0d4ddf73d115e443bd801e420
This commit is contained in:
parent
05280287e0
commit
5b1119aa6d
|
@ -22,14 +22,14 @@
|
|||
# Bazel adds -pie by default but -static is incompatible with it, so we use
|
||||
# the features flag to force it off.
|
||||
|
||||
load("//sandboxed_api/bazel:build_defs.bzl", "sapi_platform_copts")
|
||||
|
||||
package(default_visibility = [
|
||||
"//sandboxed_api/sandbox2:__subpackages__",
|
||||
])
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
||||
load("//sandboxed_api/bazel:build_defs.bzl", "sapi_platform_copts")
|
||||
|
||||
STATIC_LINKOPTS = [
|
||||
# Necessary for linking pthread statically into the binary. See the
|
||||
# answer to https://stackoverflow.com/questions/35116327/ for context.
|
||||
|
|
Loading…
Reference in New Issue
Block a user