Skip to content

Commit 6db9147

Browse files
committedNov 5, 2021
Fix typo in buildbot scripts
1 parent 693f983 commit 6db9147

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎util/buildbot/buildwin32.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ cmake -S $sourcedir -B . \
115115
-DCMAKE_INSTALL_PREFIX=/tmp \
116116
-DVERSION_EXTRA=$git_hash \
117117
-DBUILD_CLIENT=1 -DBUILD_SERVER=0 \
118-
-DEXTRA_DLL="$runtime_dll" \
118+
-DEXTRA_DLL="$runtime_dlls" \
119119
\
120120
-DENABLE_SOUND=1 \
121121
-DENABLE_CURL=1 \

‎util/buildbot/buildwin64.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ cmake -S $sourcedir -B . \
115115
-DCMAKE_INSTALL_PREFIX=/tmp \
116116
-DVERSION_EXTRA=$git_hash \
117117
-DBUILD_CLIENT=1 -DBUILD_SERVER=0 \
118-
-DEXTRA_DLL="$runtime_dll" \
118+
-DEXTRA_DLL="$runtime_dlls" \
119119
\
120120
-DENABLE_SOUND=1 \
121121
-DENABLE_CURL=1 \

0 commit comments

Comments
 (0)
Please sign in to comment.