Fixed execv warning when libtool creates wrapper executables

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401720
This commit is contained in:
Sam Lantinga 2006-05-03 16:35:29 +00:00
parent b74b770864
commit 92a1f4863c

View file

@ -5008,7 +5008,7 @@ EOF
EOF
case $host_os in
mingw*)
*cygwin* | *mingw* )
cat >> $cwrappersource <<EOF
execv("$SHELL",(char const **)newargz);
EOF