From 398a56f523c874bb79118570a615457645ea1ba0 Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Fri, 26 Mar 2021 17:09:11 +0100 Subject: [PATCH] libnest2d: Unset CMAKE_LIBRARY_PATH Signed-off-by: Thomas Karl Pietrowski --- _3rd-party/libnest2d/rules | 1 - 1 file changed, 1 deletion(-) diff --git a/_3rd-party/libnest2d/rules b/_3rd-party/libnest2d/rules index 41e9f2d..d0189e6 100755 --- a/_3rd-party/libnest2d/rules +++ b/_3rd-party/libnest2d/rules @@ -9,7 +9,6 @@ export DH_VERBOSE = 1 override_dh_auto_configure: dh_auto_configure -- \ - -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) \ -DBUILD_SHARED_LIBS:BOOL=ON \ -DLIBNEST2D_HEADER_ONLY:BOOL=OFF