libtool upgrade to 2.4.6 - 17/n: SDL customizations

fixes Windows linkage and the DLL name convention.
This commit is contained in:
Ozkan Sezer
2021-12-01 01:55:32 +03:00
parent 6a5aeaf948
commit 5ae2f0fd19
2 changed files with 10 additions and 4 deletions

View File

@@ -6500,14 +6500,16 @@ func_mode_link ()
# we shouldn't force the makefile maintainer to figure out
# what system we are compiling for in order to pass an extra
# flag for every libtool invocation.
# allow_undefined=no
# SDL customization: SDL code doesn't have any undefined symbols
allow_undefined=no
# FIXME: Unfortunately, there are problems with the above when trying
# to make a dll that has undefined symbols, in which case not
# even a static library is built. For now, we need to specify
# -no-undefined on the libtool link line when we can be certain
# that all symbols are satisfied, otherwise we get a static library.
allow_undefined=yes
# SDL customization: SDL code doesn't have any undefined symbols
# allow_undefined=yes
;;
*)
allow_undefined=yes