mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Fix typo in buildbot scripts
This commit is contained in:
parent
693f98373b
commit
6db914780e
2 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ cmake -S $sourcedir -B . \
|
|||
-DCMAKE_INSTALL_PREFIX=/tmp \
|
||||
-DVERSION_EXTRA=$git_hash \
|
||||
-DBUILD_CLIENT=1 -DBUILD_SERVER=0 \
|
||||
-DEXTRA_DLL="$runtime_dll" \
|
||||
-DEXTRA_DLL="$runtime_dlls" \
|
||||
\
|
||||
-DENABLE_SOUND=1 \
|
||||
-DENABLE_CURL=1 \
|
||||
|
|
|
@ -115,7 +115,7 @@ cmake -S $sourcedir -B . \
|
|||
-DCMAKE_INSTALL_PREFIX=/tmp \
|
||||
-DVERSION_EXTRA=$git_hash \
|
||||
-DBUILD_CLIENT=1 -DBUILD_SERVER=0 \
|
||||
-DEXTRA_DLL="$runtime_dll" \
|
||||
-DEXTRA_DLL="$runtime_dlls" \
|
||||
\
|
||||
-DENABLE_SOUND=1 \
|
||||
-DENABLE_CURL=1 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue