Skip to content

Commit ac9f750

Browse files
committed
Adds missing C++ support headers
1 parent 135619a commit ac9f750

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ bzlws_copy(
4545
bzlws_copy(
4646
name = "copy_dist_include",
4747
srcs = [
48+
"@ecsact_lang_cpp//:headers",
4849
"@ecsact_runtime//:headers",
4950
],
5051
out = "dist/include/{FILEPATH}",
5152
force = True,
52-
strip_filepath_prefix = "external/ecsact_runtime",
53+
strip_filepath_prefix = "external/{BAZEL_LABEL_WORKSPACE_NAME}",
5354
)
5455

5556
bzlws_copy(

WORKSPACE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ http_archive(
118118

119119
http_archive(
120120
name = "bzlws",
121-
sha256 = "93e6cec29581070fe4455a2ad6c81d4b7ee8ca1b76c2c340883100ef2686c8c7",
122-
strip_prefix = "bzlws-b12ad162a63fc368785a217cd62c7afb0c9107f8",
123-
url = "https://github.com/zaucy/bzlws/archive/b12ad162a63fc368785a217cd62c7afb0c9107f8.zip",
121+
sha256 = "d4cadf8df4a76f119eac52d93ae042a8ca1da13846bd8e0265b436ecbb1b8cc2",
122+
strip_prefix = "bzlws-91bb8621d353f8388162d7ccdba081663dd063b0",
123+
url = "https://github.com/zaucy/bzlws/archive/91bb8621d353f8388162d7ccdba081663dd063b0.zip",
124124
)
125125

126126
load("@bzlws//:repo.bzl", "bzlws_deps")

0 commit comments

Comments
 (0)