forked from len0rd/rockbox
fix simulator builds for FreeBSD
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13529 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7956c92f92
commit
e6efaf4542
1 changed files with 3 additions and 1 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
|
@ -114,7 +114,9 @@ simcc () {
|
||||||
|
|
||||||
FreeBSD)
|
FreeBSD)
|
||||||
echo "FreeBSD host detected"
|
echo "FreeBSD host detected"
|
||||||
LDOPTS='-L/usr/X11R6/lib -lX11 -lm -lXt -lXmu -dl -lpthread'
|
# sdl version
|
||||||
|
GCCOPTS="$GCCOPTS `sdl-config --cflags`"
|
||||||
|
LDOPTS="`sdl-config --libs`"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
Darwin)
|
Darwin)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue