change: change build for multi-platform
- fix: commit message empty - fix: sheet api json not found may cause app unable to run Signed-off-by: Pakin <pakin.t@forth.co.th>
This commit is contained in:
parent
3c3d087b62
commit
4860fd950a
7 changed files with 332 additions and 225 deletions
5
.cargo/config.toml
Normal file
5
.cargo/config.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[target.x86_64-unknown-linux-gnu]
|
||||
linker = "x86_64-linux-gnu-gcc"
|
||||
|
||||
[target.aarch64-unknown-linux-gnu]
|
||||
linker = "aarch64-linux-gnu-gcc"
|
||||
Loading…
Add table
Add a link
Reference in a new issue