Skip to content

Commit

Permalink
Add QNAP support to build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lcruz99 committed Oct 25, 2024
1 parent 4e0be37 commit 181a242
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions rust_build_utils/rust_utils_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@
},
"post_build": ["rust_build_utils.linux_build_utils.strip"],
},
"qnap": {
"archs": {
"x86_64": {
"strip_path": "/usr/bin/objcopy",
"rust_target": "x86_64-unknown-linux-gnu",
},
},
"post_build": ["rust_build_utils.linux_build_utils.strip"],
},
"windows": {
"archs": {
"x86_64": {
Expand Down

0 comments on commit 181a242

Please sign in to comment.