library dependency fix
This commit is contained in:
parent
03e95c9681
commit
7993bc3f0d
|
@ -41,6 +41,7 @@ LDLIBS += -Lbasic -lbasic
|
|||
LDLIBS += -Llcd -llcd
|
||||
LDLIBS += -Lcore -lcore
|
||||
LDLIBS += -Lusb -lusb
|
||||
LDLIBS += -lbasic
|
||||
OCFLAGS = --strip-unneeded
|
||||
|
||||
SUBDIRS?= $(foreach lib,$(LIBS),$(dir $(lib)))
|
||||
|
|
Loading…
Reference in New Issue