Skip to content

Commit e8b171d

Browse files
committed
fixup! fix: add missing header files during install
1 parent f3d96e5 commit e8b171d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ config_setting(
1616
cc_library(
1717
name = "ncrypto",
1818
srcs = glob(["src/*.cpp"]),
19-
hdrs = glob(["include/*.h"]),
19+
hdrs = glob(["include/*.h", "include/ncrypto/*.h"]),
2020
includes = ["include"],
2121
local_defines = {
2222
"NCRYPTO_BSSL_LIBDECREPIT_MISSING": select(

0 commit comments

Comments
 (0)