Skip to content

Commit f842eee

Browse files
committed
Swift: use includes in picosha2
1 parent d0e169e commit f842eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cc_library(
22
name = "picosha2",
33
hdrs = glob(["*.h"]),
4-
strip_include_prefix = ".",
4+
includes = ["."],
55
visibility = ["//visibility:public"],
66
)

0 commit comments

Comments
 (0)