Skip to content

Commit 75773be

Browse files
chore: mobile/Makefile hard code cp command libsds
1 parent 63c3fc5 commit 75773be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ endif
3939
@echo "Copying library to mobile lib directory"
4040
@mkdir -p $(LIB_PATH)
4141
@cp ../vendor/status-go/build/bin/libstatus$(LIB_EXT) $(LIB_PATH)/libstatus$(LIB_EXT)
42-
@cp $(WORKSPACE)/nim-sds/build/libsds$(LIB_EXT) $(LIB_PATH)/libsds$(LIB_EXT)
42+
@cp ../vendor/nim-sds/build/libsds$(LIB_EXT) $(LIB_PATH)/libsds$(LIB_EXT)
4343

4444
$(STATUS_Q_LIB): $(STATUS_Q_FILES) $(STATUS_Q_SCRIPT) $(STATUS_Q_UI_FILES)
4545
@echo "Building StatusQ"

0 commit comments

Comments
 (0)