fixed creation of frameworks and a minor error in xcode 4 template script

This commit is contained in:
Marco Antognini 2011-09-08 12:03:09 +02:00
parent dad362bf69
commit c942e576c1
2 changed files with 6 additions and 6 deletions

View file

@ -679,7 +679,7 @@ require () # $1 is a SFML module like 'system' or 'audio'
# clean potentially old stuff
rm -f $dest/libsfml-$1.2.dylib
rm -f $dest/libsfml-$1-d.2.dylib
rm -f $dest/sfml-$1.framework
rm -fr $dest/sfml-$1.framework
# copy SFML libraries
if [ $frameworks ]