Skip to content

Commit

Permalink
Fixed build warning when using mingw-64 - the SDL code doesn't have a…
Browse files Browse the repository at this point in the history
…ny undefined symbols
  • Loading branch information
slouken committed Mar 21, 2020
1 parent 891bd82 commit 269f821
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build-scripts/ltmain.sh
Expand Up @@ -5099,14 +5099,7 @@ func_mode_link ()
# we shouldn't force the makefile maintainer to figure out
# which system we are compiling for in order to pass an extra
# flag for every libtool invocation.
# allow_undefined=no

# FIXME: Unfortunately, there are problems with the above when trying
# to make a dll which 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
allow_undefined=no
;;
*)
allow_undefined=yes
Expand Down

0 comments on commit 269f821

Please sign in to comment.