From 433498b52dbdfc79b435cc48449f5e4bb73750d3 Mon Sep 17 00:00:00 2001 From: DepressedTWM Date: Tue, 26 May 2026 22:10:48 +0400 Subject: [PATCH] a --- make-oneshot-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-oneshot-linux.sh b/make-oneshot-linux.sh index d8f2b78..0cafb38 100755 --- a/make-oneshot-linux.sh +++ b/make-oneshot-linux.sh @@ -17,7 +17,7 @@ color_reset="\033[0m" # Reset Colors echo -e "${white}Compiling ${bold}SyngleChance v${linux_version} ${white}engine for Linux...${color_reset}\n" -cmake -DZLIB_LIBRARY=/usr/lib/libz.so . -B build/ +cmake . -B build/ cd build make -j${nproc} cd ..