Skip to content

Commit 9b25426

Browse files
committed
fixup! Rewrite build_win.ps1 in Bash
1 parent 6e308ee commit 9b25426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/build_win.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ boost_dir=("${ROOTDIR}/deps/boost/lib/cmake/Boost-"*)
3535
-DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded \
3636
-DCMAKE_INSTALL_PREFIX="${ROOTDIR}/uploads/" \
3737
..
38-
msbuild solidity.sln \
38+
MSBuild.exe solidity.sln \
3939
"/p:Configuration=Release" \
4040
"/m:10" \
4141
"/v:minimal"

0 commit comments

Comments
 (0)