Minor improvement of Xcode templates
This commit is contained in:
parent
c83027ec9c
commit
00bc73f1f3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user