A few more light mode modules
This commit is contained in:
parent
2472b06f59
commit
9116eb61fb
4 changed files with 123 additions and 35 deletions
|
|
@ -110,7 +110,11 @@ endif
|
|||
# --------------------------------------------------------------
|
||||
# Extra libraries to link against
|
||||
|
||||
ifeq ($(NOPLUGINS),true)
|
||||
RACK_EXTRA_LIBS = ../../plugins/noplugins.a
|
||||
else
|
||||
RACK_EXTRA_LIBS = ../../plugins/plugins.a
|
||||
endif
|
||||
RACK_EXTRA_LIBS += ../rack.a
|
||||
RACK_EXTRA_LIBS += $(DEP_LIB_PATH)/libquickjs.a
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue