mirror of
https://github.com/yawut/SDL.git
synced 2026-09-09 09:36:14 -05:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user