Fixed execv warning when libtool creates wrapper executables

This commit is contained in:
Sam Lantinga 2006-05-03 16:35:29 +00:00
parent 064511501d
commit 6fcf0ad85a

View File

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