mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-28 06:49:41 +03:00
Removed -liconv from Amiga target as no longer required
svn path=/trunk/netsurf/; revision=4971
This commit is contained in:
parent
d432e7f868
commit
1a9ef46863
2
Makefile
2
Makefile
@ -386,7 +386,7 @@ endif
|
||||
|
||||
ifeq ($(TARGET),amiga)
|
||||
CFLAGS += -mcrt=newlib -D__USE_INLINE__ -std=c99 -I .
|
||||
LDFLAGS += -lxml2 -lz -ljpeg -lcurl -lm -lmng -lsocket -lpthread -lrosprite -liconv -lregex -lauto -lssl -lcrypto -lamisslauto -mcrt=newlib
|
||||
LDFLAGS += -lxml2 -lz -ljpeg -lcurl -lm -lmng -lsocket -lpthread -lrosprite -lregex -lauto -lraauto -lssl -lcrypto -lamisslauto -mcrt=newlib
|
||||
endif
|
||||
|
||||
# ----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user