1
0
Fork 0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2024-10-03 01:34:27 +00:00

Switch target name from aarch64-skyline-switch

This commit is contained in:
jam1garner 2020-04-10 18:34:29 -04:00
parent 74f74c5c58
commit c86518f37a
4 changed files with 5 additions and 4 deletions

2
.cargo/config Normal file
View file

@ -0,0 +1,2 @@
[build]
target = "aarch64-skyline-switch"

View file

@ -7,8 +7,7 @@ edition = "2018"
[lib] [lib]
crate-type = ["cdylib"] crate-type = ["cdylib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
skyline = { path = "./skyline" } skyline = { path = "./skyline" }
skyline_smash = { path = "./skyline_smash" } skyline_smash = { path = "./skyline_smash" }

View file

@ -1,2 +1,2 @@
[target.aarch64-roblabla-switch.dependencies] [target.aarch64-skyline-switch.dependencies]
alloc = {} # implies alloc alloc = {}