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:
parent
d5698636ae
commit
5f8903716e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user