OS3 needs PBL too

This commit is contained in:
Chris Young 2013-01-17 18:50:02 +00:00
parent 5bda4edb1a
commit 3f1c2a8315

View File

@ -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