Fields

arena: Allocator,
include_dirs: field_call = .{ },
lib_dirs: field_call = .{ },
framework_dirs: field_call = .{ },
rpaths: field_call = .{ },
warnings: field_call = .{ },

Functions

fn addFrameworkDir(self: *NativePaths, s: []const u8) !void

No documentation provided.

fn addFrameworkDirFmt(self: *NativePaths, comptime fmt: []const u8, args: anytype) !void

No documentation provided.

fn addIncludeDir(self: *NativePaths, s: []const u8) !void

No documentation provided.

fn addIncludeDirFmt(self: *NativePaths, comptime fmt: []const u8, args: anytype) !void

No documentation provided.

fn addLibDir(self: *NativePaths, s: []const u8) !void

No documentation provided.

fn addLibDirFmt(self: *NativePaths, comptime fmt: []const u8, args: anytype) !void

No documentation provided.

fn addRPath(self: *NativePaths, s: []const u8) !void

No documentation provided.

fn addWarning(self: *NativePaths, s: []const u8) !void

No documentation provided.

fn addWarningFmt(self: *NativePaths, comptime fmt: []const u8, args: anytype) !void

No documentation provided.

fn detect(arena: Allocator, native_info: NativeTargetInfo) !NativePaths

No documentation provided.