Function addRPath [src]
Prototype
pub fn addRPath(self: *NativePaths, s: []const u8) !void Parameters
self: *NativePathss: []const u8 Source
pub fn addRPath(self: *NativePaths, s: []const u8) !void {
try self.rpaths.append(self.arena, s);
}