Skip to content

Commit

Permalink
fix: fix foonathan_memory include path
Browse files Browse the repository at this point in the history
add "include/foonathan_memory" include path instead of "include"
  • Loading branch information
daohu527 committed Jul 12, 2024
1 parent 083b7d4 commit f9b9eab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions modules/foonathan_memory/0.7.3/patches/add_build_file.patch
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
diff --git BUILD.bazel BUILD.bazel
new file mode 100644
index 0000000..cf703cd
--- /dev/null
+++ BUILD.bazel
@@ -0,0 +1,29 @@
@@ -0,0 +1,30 @@
+""" Builds foonathan_memory.
+"""
+
Expand Down Expand Up @@ -31,5 +28,6 @@ index 0000000..cf703cd
+ cache_entries = cache_entries,
+ lib_source = ":all_srcs",
+ lib_name = "libfoonathan_memory-0.7.3",
+ visibility = ["//visibility:public"],
+ out_include_dir = "include/foonathan_memory",
+ visibility = ["//visibility:public"]
+)
2 changes: 1 addition & 1 deletion modules/foonathan_memory/0.7.3/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"strip_prefix": "memory-0.7-3",
"patch_strip": 0,
"patches": {
"add_build_file.patch": "sha256-3E5tTlWOtN3MR5BuTgykSkgwV6Bh5qogxI8bMMagmxY=",
"add_build_file.patch": "sha256-QNFlJP61IIMhZFJWDgajDiN3Ed3ET3+b0gxmMs/nGMk=",
"module_dot_bazel.patch": "sha256-6zvz86XsNVF3LalsXNUKohCKqrvrbo21TF9W071FVvY="
}
}

0 comments on commit f9b9eab

Please sign in to comment.