Skip to content

Commit b1ee12d

Browse files
committed
build: Change qnap triple to musl
1 parent 080f96e commit b1ee12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust_build_utils/rust_utils_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"archs": {
7575
"x86_64": {
7676
"strip_path": "/usr/bin/objcopy",
77-
"rust_target": "x86_64-unknown-linux-gnu",
77+
"rust_target": "x86_64-unknown-linux-musl",
7878
},
7979
},
8080
"post_build": ["rust_build_utils.linux_build_utils.strip"],

0 commit comments

Comments
 (0)