From cf93928ab83a18bd7c82a51a040c3bfcb3fe1dd5 Mon Sep 17 00:00:00 2001 From: HimbeerserverDE Date: Mon, 4 Dec 2023 18:45:56 +0100 Subject: add missing \ seperators to new build script flags --- precompile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/precompile.sh b/precompile.sh index 0891a94e..1209ccfb 100755 --- a/precompile.sh +++ b/precompile.sh @@ -9,7 +9,7 @@ echo "Building for x86_64" ./configure CC=musl-gcc \ --disable-shared \ --host x86_64-unknown-linux-musl \ - --enable-ipv6 + --enable-ipv6 \ --without-libnl make -j$(nproc) @@ -29,7 +29,7 @@ echo "Building for rpi" ./configure CC=aarch64-linux-musl-gcc \ --disable-shared \ --host aarch64-unknown-linux-musl \ - --enable-ipv6 + --enable-ipv6 \ --without-libnl make -j$(nproc) -- cgit v1.2.3