From 9110e2d656c9e925ca5dca1b0260f0a4cc2d6252 Mon Sep 17 00:00:00 2001 From: CappaX Date: Tue, 1 Oct 2024 14:26:56 +0800 Subject: [PATCH] shell build command (traversal) -- echo exec Signed-off-by: CappaX --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 99b0ce48..08aa99af 100644 --- a/build.sh +++ b/build.sh @@ -68,7 +68,7 @@ if [ "$CMAKE" = no ]; then LD_LIBRARY_PATH="$PREFIX/lib" export LD_LIBRARY_PATH else - run_after_echo ./autogen.sh + run_after_echo ./blackmarlinexec.sh run_after_echo ./configure --with-crypto="$CRYPTO" \ --enable-smb="$SMB" --prefix="$PREFIX" --disable-local-libpcap fi