Skip to content

Commit c78195a

Browse files
authored
fix: build.rs change for new cc version (#8)
1 parent 13910d4 commit c78195a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secp256k1-sys/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fn main() {
4848
.flag("-fdata-sections")
4949
.flag("-ffunction-sections")
5050
.flag("-flto")
51-
.target("riscv32-unknown-none-elf");
51+
.target("riscv32im-unknown-none-elf");
5252
}
5353

5454
base_config.include("depend/secp256k1/")

0 commit comments

Comments
 (0)