diff --git a/.ci/build-freebsd.sh b/.ci/build-freebsd.sh index 12a1351718..f121d1f373 100755 --- a/.ci/build-freebsd.sh +++ b/.ci/build-freebsd.sh @@ -17,6 +17,7 @@ CONFIGURE_ARGS=" -DUSE_SYSTEM_LIBUSB=ON -DUSE_SYSTEM_OPENCV=ON -DCMAKE_LINKER_TYPE=lld-devel + -DCMAKE_C_USING_LINKER_lld-devel=-fuse-ld=lld-devel " # base Clang workaround (missing clang-scan-deps)