We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6a6bd commit 3014359Copy full SHA for 3014359
msvc/compilation.m4sh
@@ -6,8 +6,7 @@ medir=$(absolute "$0").dir
6
mkcd $medir
7
8
case $host in
9
- (*mingw32) export PATH=$abs_srcdir/msvc:$PATH
10
- cc=cl.exe
+ (*mingw32) cc=$abs_srcdir/msvc/cl.exe
11
exeext=.exe
12
objext=.obj;;
13
(*) cc=g++
0 commit comments