1
0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2026-09-16 18:00:54 +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
View File
@@ -0,0 +1,2 @@
[build]
target = "aarch64-skyline-switch"
+1 -2
View File
@@ -7,8 +7,7 @@ edition = "2018"
[lib]
crate-type = ["cdylib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
skyline = { path = "./skyline" }
skyline_smash = { path = "./skyline_smash" }
+2 -2
View File
@@ -1,2 +1,2 @@
[target.aarch64-roblabla-switch.dependencies]
alloc = {} # implies alloc
[target.aarch64-skyline-switch.dependencies]
alloc = {}