remove comment

This commit is contained in:
David Vanderson 2024-08-31 16:36:32 -04:00 committed by Jonathan Marler
parent b002ceb138
commit 0f23d064e1

View file

@ -135,9 +135,6 @@ pub fn build(b: *std.Build) void {
}
lib.addCSourceFiles(.{ .files = files.toOwnedSlice() catch @panic("OOM") });
lib.addConfigHeader(config_header);
// I don't know how to get installConfigHeader to add the SDL2 subdir
//lib.installConfigHeader(config_header);
lib.installHeader(config_header.getOutput(), "SDL2/SDL_config.h");
const revision_header = b.addConfigHeader(.{