Skip to content

Commit

Permalink
Fix typo in buildbot scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Nov 5, 2021
1 parent 693f983 commit 6db9147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion util/buildbot/buildwin32.sh
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion util/buildbot/buildwin64.sh
Expand Up @@ -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 \
Expand Down

0 comments on commit 6db9147

Please sign in to comment.