Don't filter out lz4 and looking_glass from dependency list
Now that dependencies are packaged as directories and not .ez files, the fact that both LG and LZ4 are NIFs is no longer an issue. And having it as regular dependencies simplifies REPL-driven profiling. Per discussion with @dumbbell.
This commit is contained in:
parent
b7f01c102b
commit
88bf1ba754
|
|
@ -152,8 +152,7 @@ $(error DIST_PLUGINS_LIST ($(DIST_PLUGINS_LIST)) is missing)
|
|||
endif
|
||||
|
||||
$(eval $(foreach path, \
|
||||
$(filter-out %/looking_glass %/lz4, \
|
||||
$(sort $(shell cat $(DIST_PLUGINS_LIST))) $(CURDIR)), \
|
||||
$(sort $(shell cat $(DIST_PLUGINS_LIST))) $(CURDIR), \
|
||||
$(call ez_target,$(if $(filter $(path),$(CURDIR)),$(PROJECT),$(notdir $(path))),$(path))))
|
||||
endif
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue