Commit dbce258f authored by Patrice Mandin's avatar Patrice Mandin

I did not find in configure.in where SYSTEM_LIBS where set for other...

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
parent aea5879b
...@@ -2306,6 +2306,8 @@ case "$target" in ...@@ -2306,6 +2306,8 @@ case "$target" in
fi fi
have_timers=yes have_timers=yes
fi fi
# Now set libraries needed in sdl-config
SYSTEM_LIBS="$EXTRA_LDFLAGS"
;; ;;
*-riscos) *-riscos)
ARCH=riscos ARCH=riscos
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment