Skip to content

Commit 49c2268

Browse files
committedSep 11, 2024·
try fix aarch
1 parent ca6febf commit 49c2268

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed
 

‎Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ glob = "0.3.0"
2121
[[bin]]
2222
name = "lua-language-server"
2323
path = "src/main.rs"
24+
25+
[target.aarch64-unknown-linux-gnu]
26+
linker = "aarch64-linux-gnu-gcc"

‎README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ This project is currently a work in progress. It is an exploration of using Rust
44

55
# Build Support
66

7-
[x] win32-x64
8-
[x] win32-ia32
9-
[ ] linux-arm64
10-
[x] linux-x64
11-
[x] linux-musl
12-
[ ] linux-bsd
13-
[x] darwin-x64
14-
[x] darwin-arm64
7+
- [x] win32-x64
8+
- [x] win32-ia32
9+
- [ ] linux-aarch64
10+
- [x] linux-x64
11+
- [x] linux-musl
12+
- [ ] linux-bsd
13+
- [x] darwin-x64
14+
- [x] darwin-arm64
1515

1616
# Build
1717

0 commit comments

Comments
 (0)
Please sign in to comment.