diff --git a/.ci/build-freebsd.sh b/.ci/build-freebsd.sh index 74f56ec621..83bdae2cb3 100755 --- a/.ci/build-freebsd.sh +++ b/.ci/build-freebsd.sh @@ -6,7 +6,7 @@ git config --global --add safe.directory . git submodule -q update --init --depth 1 $(awk '/path/ && !/llvm/ && !/opencv/ && !/libpng/ && !/libsdl-org/ && !/curl/ && !/zlib/ && !/libusb/ && !/feralinteractive/ { print $3 }' .gitmodules) -=( +CONFIGURE_ARGS=( -DWITH_LLVM=ON -DUSE_SDL=OFF -DUSE_PRECOMPILED_HEADERS=OFF