Skip to content

Commit bc332d9

Browse files
committed
Actually build native oops
1 parent 29e7637 commit bc332d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/nuke/Build.Native.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ string AndroidHome
470470
.AssertZeroExitCode();
471471
InheritedShell
472472
(
473-
$"./package-release.sh master output --no-package",
473+
$"./package-native.sh master output --no-package",
474474
DxvkPath
475475
)
476476
.AssertZeroExitCode();

0 commit comments

Comments
 (0)