mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-16 14:12:56 +01:00
11 lines
253 B
Diff
11 lines
253 B
Diff
--- a/cmake/configure
|
|
+++ b/cmake/configure
|
|
@@ -234,6 +234,7 @@
|
|
if ($PREFIX) {
|
|
push @CM_OPTIONS, "-DCMAKE_INSTALL_PREFIX=$PREFIX";
|
|
}
|
|
+push @CM_OPTIONS, "-DCMAKE_INSTALL_LIBDIR=lib";
|
|
if ($NO_TESTS) {
|
|
push @CM_OPTIONS, "-DLCB_NO_TESTS=1";
|
|
}
|