Commit 92a1f486 authored by Sam Lantinga's avatar Sam Lantinga

Fixed execv warning when libtool creates wrapper executables

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401720
parent b74b7708
...@@ -5008,7 +5008,7 @@ EOF ...@@ -5008,7 +5008,7 @@ EOF
EOF EOF
case $host_os in case $host_os in
mingw*) *cygwin* | *mingw* )
cat >> $cwrappersource <<EOF cat >> $cwrappersource <<EOF
execv("$SHELL",(char const **)newargz); execv("$SHELL",(char const **)newargz);
EOF EOF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment