Fix make headers

This commit is contained in:
Jarred Sumner
2023-01-21 19:42:21 -08:00
parent 17bde9bc86
commit fdb9472f88

View File

@@ -12,6 +12,7 @@ fn isValid(buf: *[bun.MAX_PATH_BYTES]u8, segment: []const u8, bin: []const u8) ?
extern "C" fn is_executable_file(path: [*:0]const u8) bool;
fn checkPath(filepath: [:0]const u8) bool {
bun.JSC.markBinding(@src());
return is_executable_file(filepath);
}