| ... | ... | @@ -2064,7 +2064,7 @@ pub const LibExeObjStep = struct { |
| 2064 | 2064 | |
| 2065 | 2065 | /// Run pkg-config for the given library name and parse the output, returning the arguments |
| 2066 | 2066 | /// that should be passed to zig to link the given library. |
| 2067 | | fn runPkgConfig(self: *LibExeObjStep, lib_name: []const u8) ![]const []const u8 { |
| 2067 | pub fn runPkgConfig(self: *LibExeObjStep, lib_name: []const u8) ![]const []const u8 { |
| 2068 | 2068 | const pkg_name = match: { |
| 2069 | 2069 | // First we have to map the library name to pkg config name. Unfortunately, |
| 2070 | 2070 | // there are several examples where this is not straightforward: |