We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013c8c4 commit b7613eaCopy full SHA for b7613ea
examples/sdl2/build.zig
@@ -44,7 +44,7 @@ pub fn build(b: *std.Build) void {
44
45
// Add SDL2's Java files like SDL.java, SDLActivity.java, HIDDevice.java, etc
46
const sdl_dep = b.dependency("sdl2", .{
47
- .optimize = library_optimize,
+ .optimize = optimize,
48
.target = android_targets[0],
49
});
50
const sdl_java_files = sdl_dep.namedWriteFiles("sdljava");
0 commit comments