Skip to content

Commit 0c9a65a

Browse files
committed
more
1 parent 8966c15 commit 0c9a65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub fn build(b: *std.Build) void {
2828
});
2929

3030
// Create stub of builtin options.
31-
// This is discovered and then replaced in src/androidbuild/Apk.zig
31+
// This is discovered and then replaced by "Apk" in the build process
3232
const android_builtin_options = std.Build.addOptions(b);
3333
android_builtin_options.addOption([:0]const u8, "package_name", "");
3434
module.addImport("android_builtin", android_builtin_options.createModule());

0 commit comments

Comments
 (0)