Skip to content

Commit 3a922ed

Browse files
authoredFeb 5, 2025
Ensure that "lib" is the CMAKE_INSTALL_LIBDIR in pugixml bazel dependency (#1043)
If this is not set on some systems this might default to lib64 leading to bazel build errors like: output 'external/pugixml/libpugixml/lib/libpugixml.a' was not created Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
1 parent 069864c commit 3a922ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎third-party/bazel/BUILD.pugixml.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ filegroup(
88
cmake(
99
name = "libpugixml",
1010
cache_entries = {
11+
"CMAKE_INSTALL_LIBDIR": "lib",
1112
},
1213
lib_source = "@pugixml//:all_srcs",
1314
visibility = ["//visibility:public"],

0 commit comments

Comments
 (0)