Minor cleanup

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@10031 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria 2011-10-22 01:02:35 +00:00
parent d5698636ae
commit 5f8903716e

View File

@ -694,7 +694,7 @@ endif()
if(USE_FRIBIDI)
if(APPLE)
target_link_libraries(supertuxkart /Library/Frameworks/fribidi.framework)
target_link_libraries(supertuxkart /Library/Frameworks/fribidi.framework)
else()
target_link_libraries(supertuxkart fribidi)
endif()
@ -702,8 +702,7 @@ if(USE_FRIBIDI)
endif()
if(UNIX AND NOT APPLE)
target_link_libraries(supertuxkart
Xxf86vm)
target_link_libraries(supertuxkart Xxf86vm)
elseif(APPLE)
# We could use smarter detection of the frameworks but supporting a single official setup makes things easy...
target_link_libraries(supertuxkart /Library/Frameworks/IrrFramework.framework)