mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
a
This commit is contained in:
parent
07143f3045
commit
433498b52d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ..
|
||||
|
|
|
|||
Loading…
Reference in a new issue