Skip to content

Commit 6501bec

Browse files
committed
Make release script use MSVC build.
1 parent 194d9af commit 6501bec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mingw-build.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
3434

3535
# Script for MinGW/Linux cross compilation.
36-
# NOTE: run wddk-build.bat before this script.
36+
# NOTE: run msvc-build.bat before this script.
3737

3838
set -e
3939

@@ -57,9 +57,9 @@ do
5757
MANGLE=
5858
fi
5959
HAVE_SYS=yes
60-
if [ ! -d install/WDDK/$CPU ]
60+
if [ ! -d install/MSVC/$CPU ]
6161
then
62-
echo "WARNING: missing WDDK build; run wddk-build.bat first"
62+
echo "WARNING: missing MSVC build; run msvc-build.bat first"
6363
HAVE_SYS=no
6464
fi
6565
echo "BUILD MINGW-$CPU"
@@ -121,7 +121,7 @@ do
121121
if [ $HAVE_SYS = yes ]
122122
then
123123
echo "\tcopy install/MINGW/$CPU/WinDivert$BITS.sys..."
124-
cp install/WDDK/$CPU/WinDivert$BITS.sys install/MINGW/$CPU
124+
cp install/MSVC/$CPU/WinDivert$BITS.sys install/MINGW/$CPU
125125
fi
126126
else
127127
echo "WARNING: $CC not found"

0 commit comments

Comments
 (0)