Skip to content

Commit d083104

Browse files
authored
Fix linking (#351)
1 parent 77383e7 commit d083104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program/c/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endif
1616
# The all target is defined by the solana makefile included above and generates the needed .o file.
1717
.PHONY: cpyth-bpf
1818
cpyth-bpf: all
19-
bash -c "ar rcs $(OUT_DIR)/libcpyth-bpf.a $(OUT_DIR)/oracle/*.o"
19+
bash -c "ar rc $(OUT_DIR)/libcpyth-bpf.a $(OUT_DIR)/oracle/*.o"
2020

2121

2222
# 2-Stage Contract Build

0 commit comments

Comments
 (0)