comparison build-scripts/ltmain.sh @ 1761:39715a34a0be

Fixed execv warning when libtool creates wrapper executables
author Sam Lantinga <slouken@libsdl.org>
date Wed, 03 May 2006 16:35:29 +0000
parents ec3466b08f17
children 4800979de337 803eeeeaa8a0
comparison
equal deleted inserted replaced
1760:a9be6a3a51d1 1761:39715a34a0be
5006 } 5006 }
5007 5007
5008 EOF 5008 EOF
5009 5009
5010 case $host_os in 5010 case $host_os in
5011 mingw*) 5011 *cygwin* | *mingw* )
5012 cat >> $cwrappersource <<EOF 5012 cat >> $cwrappersource <<EOF
5013 execv("$SHELL",(char const **)newargz); 5013 execv("$SHELL",(char const **)newargz);
5014 EOF 5014 EOF
5015 ;; 5015 ;;
5016 *) 5016 *)