Commit 01ac99c 1 parent 0151e92 commit 01ac99c Copy full SHA for 01ac99c
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ npm run build
23
23
popd
24
24
25
25
pushd " ${basedir} "
26
- cargo build --target " ${target} " --profile " ${profile} " --project game_controller_app
26
+ cargo build --target " ${target} " --profile " ${profile} " --package game_controller_app
27
27
popd
28
28
29
29
mkdir -p " ${archivedir} /target/release"
Original file line number Diff line number Diff line change 39
39
40
40
pushd " ${basedir} "
41
41
if ${universal} ; then
42
- cargo build --target aarch64-apple-darwin --profile " ${profile} " --project game_controller_app
43
- cargo build --target x86_64-apple-darwin --profile " ${profile} " --project game_controller_app
42
+ cargo build --target aarch64-apple-darwin --profile " ${profile} " --package game_controller_app
43
+ cargo build --target x86_64-apple-darwin --profile " ${profile} " --package game_controller_app
44
44
else
45
- cargo build --target " ${target} " --profile " ${profile} " --project game_controller_app
45
+ cargo build --target " ${target} " --profile " ${profile} " --package game_controller_app
46
46
fi
47
47
popd
48
48
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ npm run build
24
24
Pop-Location
25
25
26
26
Push-Location $BaseDirectory
27
- cargo build -- target $Target -- profile $BuildProfile -- project game_controller_app
27
+ cargo build -- target $Target -- profile $BuildProfile -- package game_controller_app
28
28
Pop-Location
29
29
30
30
New-Item - ItemType Directory - Path $ (Join-Path $ArchiveDirectory " target\release" )
You can’t perform that action at this time.
0 commit comments