Skip to content

Commit 181a242

Browse files
committed
Add QNAP support to build scripts
1 parent 4e0be37 commit 181a242

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

rust_build_utils/rust_utils_config.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,15 @@
7070
},
7171
"post_build": ["rust_build_utils.linux_build_utils.strip"],
7272
},
73+
"qnap": {
74+
"archs": {
75+
"x86_64": {
76+
"strip_path": "/usr/bin/objcopy",
77+
"rust_target": "x86_64-unknown-linux-gnu",
78+
},
79+
},
80+
"post_build": ["rust_build_utils.linux_build_utils.strip"],
81+
},
7382
"windows": {
7483
"archs": {
7584
"x86_64": {

0 commit comments

Comments
 (0)