mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-26 05:57:00 +03:00
OS3 needs PBL too
This commit is contained in:
parent
5bda4edb1a
commit
3f1c2a8315
@ -59,7 +59,7 @@ else
|
||||
LDFLAGS += -L$(GCCSDK_INSTALL_ENV)/lib
|
||||
|
||||
ifeq ($(SUBTARGET),os3)
|
||||
LDFLAGS += -liconv
|
||||
LDFLAGS += -lpbl -liconv
|
||||
else
|
||||
LDFLAGS += -lauto -lpbl -liconv
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user