Skip to content

Commit 6916f1b

Browse files
build(install): Add ns_cmd to libs to install
Signed-off-by: Vaishnav Sabari Girish <vaishnav.sabari.girish@gmail.com>
1 parent f48ecfe commit 6916f1b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ LIB_DIR = $(PREFIX)/lib
1414
LIBS_TO_INSTALL = $(RUST_DIR)/libns_data.a \
1515
$(RUST_DIR)/libns_io.a \
1616
$(RUST_DIR)/libns_string.a \
17-
$(RUST_DIR)/libns_error.a
17+
$(RUST_DIR)/libns_error.a \
18+
$(RUST_DIR)/libns_cmd.a
1819

1920
# Flags
2021
# Added -Iinclude so C finds your new header folder locally

0 commit comments

Comments
 (0)