Minor improvement of Xcode templates

This commit is contained in:
Marco Antognini 2013-09-21 15:06:56 +02:00
parent c83027ec9c
commit 00bc73f1f3

View File

@ -209,7 +209,7 @@ require () # $1 is a SFML module like 'system' or 'audio'
if [ "$frameworks" = "true" ] if [ "$frameworks" = "true" ]
then then
copy "/Library/Frameworks/sfml-$1.framework" "$dest/sfml-$1.framework" copy "/Library/Frameworks/sfml-$1.framework" "$dest/sfml-$1.framework"
elif [ $CONFIGURATION = "Debug" ] && [ $SFML_LINK_DYLIBS_SUFFIX_DEBUG != "" ] elif [ "$SFML_LINK_DYLIBS_SUFFIX" = "-d" ]
then then
copy "/usr/local/lib/libsfml-$1-d.2.dylib" "$dest/libsfml-$1-d.2.dylib" copy "/usr/local/lib/libsfml-$1-d.2.dylib" "$dest/libsfml-$1-d.2.dylib"
else else