From b404ca7cb95875b92eb5a50846c0ea8c08b1e870 Mon Sep 17 00:00:00 2001 From: Stas Sergeev Date: Thu, 16 Nov 2023 16:13:03 +0500 Subject: [PATCH] ci: another try --- ci_setup_test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci_setup_test.sh b/ci_setup_test.sh index be44d227..821e8d58 100755 --- a/ci_setup_test.sh +++ b/ci_setup_test.sh @@ -35,7 +35,8 @@ make install PREFIX="${DIR_ROOT}/${DIR_INSTALLED_FDPP}" CC=clang ./default-configure -d \ --with-fdpp-lib-dir=${DIR_ROOT}/${DIR_INSTALLED_FDPP}/lib/fdpp \ - --with-fdpp-include-dir=${DIR_ROOT}/${DIR_INSTALLED_FDPP}/include + --with-fdpp-include-dir=${DIR_ROOT}/${DIR_INSTALLED_FDPP}/include \ + --with-fdpp-pkgconf-dir=${DIR_ROOT}/${DIR_INSTALLED_FDPP}/pkgconfig make # Install the FAT mount helper