fixed creation of frameworks and a minor error in xcode 4 template script
This commit is contained in:
parent
dad362bf69
commit
c942e576c1
2 changed files with 6 additions and 6 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue