mirror of
https://github.com/status-im/status-node-manager.git
synced 2025-02-21 08:48:12 +00:00
build(Makefile): deps
no longer depends on libbacktrace
This commit is contained in:
parent
3cf58e439c
commit
89e8cdde91
8
Makefile
8
Makefile
@ -30,10 +30,10 @@ libbacktrace:
|
||||
clean-libbacktrace:
|
||||
+ $(MAKE) -C nimble_develop/nim-libbacktrace clean $(HANDLE_OUTPUT)
|
||||
|
||||
# Extend deps and clean targets
|
||||
ifneq ($(USE_LIBBACKTRACE), 0)
|
||||
deps: | libbacktrace
|
||||
endif
|
||||
# # Extend deps and clean targets
|
||||
# ifneq ($(USE_LIBBACKTRACE), 0)
|
||||
# deps: | libbacktrace
|
||||
# endif
|
||||
|
||||
clean: | clean-libbacktrace
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user