I did not find in configure.in where SYSTEM_LIBS where set for other platforms, and why I did not have required extra libraries added in sdl-config, so I set it there
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401551
This commit is contained in:
parent
aea5879b18
commit
dbce258f24
1 changed files with 2 additions and 0 deletions
|
@ -2306,6 +2306,8 @@ case "$target" in
|
|||
fi
|
||||
have_timers=yes
|
||||
fi
|
||||
# Now set libraries needed in sdl-config
|
||||
SYSTEM_LIBS="$EXTRA_LDFLAGS"
|
||||
;;
|
||||
*-riscos)
|
||||
ARCH=riscos
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue