| ... | @@ -459,6 +459,7 @@ fn findNativeCrtDirPosix(self: *LibCInstallation, gpa: Allocator, io: Io, args: | ... | @@ -459,6 +459,7 @@ fn findNativeCrtDirPosix(self: *LibCInstallation, gpa: Allocator, io: Io, args: |
| 459 | | 459 | |
| 460 | fn findNativeGccDirHaiku(self: *LibCInstallation, gpa: Allocator, io: Io, args: FindNativeOptions) FindError!void { | 460 | fn findNativeGccDirHaiku(self: *LibCInstallation, gpa: Allocator, io: Io, args: FindNativeOptions) FindError!void { |
| 461 | self.gcc_dir = try ccPrintFileName(gpa, io, .{ | 461 | self.gcc_dir = try ccPrintFileName(gpa, io, .{ |
| | 462 | .environ_map = args.environ_map, |
| 462 | .search_basename = "crtbeginS.o", | 463 | .search_basename = "crtbeginS.o", |
| 463 | .want_dirname = .only_dir, | 464 | .want_dirname = .only_dir, |
| 464 | .verbose = args.verbose, | 465 | .verbose = args.verbose, |