mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Makefile.os2: -DSDL_USE_LIBICONV to fix linkage for GNU libiconv option
This commit is contained in:
parent
ca26cde4e1
commit
39a0013900
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ CFLAGS_DLL+= -bd
|
|||
# iconv:
|
||||
LIBICONV_LIB=iconv2.lib
|
||||
!ifeq LIBICONV 1
|
||||
CFLAGS_DLL+= -DHAVE_ICONV=1 -DHAVE_ICONV_H=1
|
||||
CFLAGS_DLL+= -DHAVE_ICONV=1 -DHAVE_ICONV_H=1 -DSDL_USE_LIBICONV
|
||||
LIBS+= $(ICONVLIB)
|
||||
!else
|
||||
LIBS+= libuls.lib libconv.lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue