We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643e16d commit 82e8931Copy full SHA for 82e8931
third_party/check.BUILD
@@ -19,6 +19,7 @@ cmake(
19
name = "check",
20
cache_entries = {
21
"CMAKE_C_FLAGS": "-fPIC",
22
+ "CMAKE_INSTALL_LIBDIR": "lib",
23
},
24
lib_source = ":srcs",
25
linkopts = select({
third_party/nlopt.BUILD
@@ -23,6 +23,7 @@ cmake(
name = "nlopt",
26
27
28
generate_args = [
29
"-DBUILD_SHARED_LIBS=OFF",
0 commit comments