]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove relative configure --lib
authorHarmen Stoppels <me@harmenstoppels.nl>
Mon, 24 Jul 2023 08:20:32 +0000 (10:20 +0200)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 6 Aug 2023 08:20:03 +0000 (10:20 +0200)
test/pkgcheck.sh

index 6641b300a44aa8c5d02d2c6ef487e00ac01f7d38..94a67a191e6ea81555937e1c8bce9a5f51c0a95e 100644 (file)
@@ -81,11 +81,6 @@ Darwin)
   sysctl -n machdep.cpu.features
   sysctl -n machdep.cpu.leaf7_features
   sysctl -n machdep.cpu.extfeatures
-  CMAKE_ARGS="-DCMAKE_INSTALL_LIBDIR=lib ${CMAKE_ARGS}"
-  CONFIGURE_ARGS="--libdir=lib ${CONFIGURE_ARGS}"
-  ;;
-*)
-  CMAKE_ARGS="-DCMAKE_INSTALL_LIBDIR=lib ${CMAKE_ARGS}"
   ;;
 esac