Skip to content

Commit 82e8931

Browse files
authored
Issues with third party library inclusion with Red Hat OS (#60)
1 parent 643e16d commit 82e8931

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

third_party/check.BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ cmake(
1919
name = "check",
2020
cache_entries = {
2121
"CMAKE_C_FLAGS": "-fPIC",
22+
"CMAKE_INSTALL_LIBDIR": "lib",
2223
},
2324
lib_source = ":srcs",
2425
linkopts = select({

third_party/nlopt.BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ cmake(
2323
name = "nlopt",
2424
cache_entries = {
2525
"CMAKE_C_FLAGS": "-fPIC",
26+
"CMAKE_INSTALL_LIBDIR": "lib",
2627
},
2728
generate_args = [
2829
"-DBUILD_SHARED_LIBS=OFF",

0 commit comments

Comments
 (0)