From e159dbdea9a1c69f6ec9004183ef6baea2b86c02 Mon Sep 17 00:00:00 2001 From: Niram7777 Date: Thu, 19 Feb 2026 13:31:45 +0100 Subject: [PATCH] typo --- .ci/build-freebsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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