Fields
arena: Allocator,
include_dirs: field_call = .{ },
lib_dirs: field_call = .{ },
framework_dirs: field_call = .{ },
rpaths: field_call = .{ },
warnings: field_call = .{ },
Functions
fn addFrameworkDirFmt(self: *NativePaths, comptime fmt: []const u8, args: anytype) !void
No documentation provided.
fn addIncludeDirFmt(self: *NativePaths, comptime fmt: []const u8, args: anytype) !void
No documentation provided.
fn addLibDirFmt(self: *NativePaths, comptime fmt: []const u8, args: anytype) !void
No documentation provided.
fn addWarningFmt(self: *NativePaths, comptime fmt: []const u8, args: anytype) !void
No documentation provided.