File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,12 @@ bzlws_copy(
45
45
bzlws_copy (
46
46
name = "copy_dist_include" ,
47
47
srcs = [
48
+ "@ecsact_lang_cpp//:headers" ,
48
49
"@ecsact_runtime//:headers" ,
49
50
],
50
51
out = "dist/include/{FILEPATH}" ,
51
52
force = True ,
52
- strip_filepath_prefix = "external/ecsact_runtime " ,
53
+ strip_filepath_prefix = "external/{BAZEL_LABEL_WORKSPACE_NAME} " ,
53
54
)
54
55
55
56
bzlws_copy (
Original file line number Diff line number Diff line change @@ -118,9 +118,9 @@ http_archive(
118
118
119
119
http_archive (
120
120
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" ,
124
124
)
125
125
126
126
load ("@bzlws//:repo.bzl" , "bzlws_deps" )
You can’t perform that action at this time.
0 commit comments