Fixed another potential problem on linux when irrlicht is installed
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4481 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
eabc022dda
commit
18affc70c1
@ -211,7 +211,7 @@ fi
|
||||
|
||||
case "${host}" in
|
||||
*-*-linux* )
|
||||
irrlicht_LIBS="-L/$with_irrlicht/lib/Linux -lIrrlicht"
|
||||
irrlicht_LIBS="-L/$with_irrlicht/lib/Linux -L/$with_irrlicht/lib -lIrrlicht"
|
||||
;;
|
||||
*darwin*|*macosx*)
|
||||
irrlicht_LIBS="-L/$with_irrlicht/lib/ -lIrrlicht"
|
||||
|
Loading…
x
Reference in New Issue
Block a user