mirror of
https://github.com/ziglang/zig.git
synced 2025-02-08 21:50:33 +00:00
illumos: fix dynamic linker path
This commit is contained in:
parent
42ad3e265c
commit
dd026588d0
@ -1583,7 +1583,7 @@ pub const Target = struct {
|
||||
.netbsd => return copy(&result, "/libexec/ld.elf_so"),
|
||||
.openbsd => return copy(&result, "/usr/libexec/ld.so"),
|
||||
.dragonfly => return copy(&result, "/libexec/ld-elf.so.2"),
|
||||
.solaris, .illumos => return copy(&result, "/usr/lib/64/ld.so.1"),
|
||||
.solaris, .illumos => return copy(&result, "/lib/64/ld.so.1"),
|
||||
.linux => switch (self.cpu.arch) {
|
||||
.x86,
|
||||
.sparc,
|
||||
|
Loading…
Reference in New Issue
Block a user