Skip to content

Commit 6db9147

Browse files
committed
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)