mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-12 10:48:39 +03:00
build: absolute path should not use b.path
This commit is contained in:
@ -1022,7 +1022,7 @@ fn addDeps(
|
||||
// on x86_64.
|
||||
if (step.rootModuleTarget().os.tag == .linux) {
|
||||
const triple = try step.rootModuleTarget().linuxTriple(b.allocator);
|
||||
step.addLibraryPath(b.path(b.fmt("/usr/lib/{s}", .{triple})));
|
||||
step.addLibraryPath(.{ .path = b.fmt("/usr/lib/{s}", .{triple}) });
|
||||
}
|
||||
|
||||
// C files
|
||||
|
Reference in New Issue
Block a user