We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a241cf9 commit 8870eadCopy full SHA for 8870ead
src/main.zig
@@ -6929,9 +6929,9 @@ fn accessFrameworkPath(
6929
) !bool {
6930
const sep = fs.path.sep_str;
6931
6932
- for (&[_][]const u8{ "tbd", "dylib" }) |ext| {
+ for (&[_][]const u8{ ".tbd", ".dylib", "" }) |ext| {
6933
test_path.clearRetainingCapacity();
6934
- try test_path.writer().print("{s}" ++ sep ++ "{s}.framework" ++ sep ++ "{s}.{s}", .{
+ try test_path.writer().print("{s}" ++ sep ++ "{s}.framework" ++ sep ++ "{s}{s}", .{
6935
framework_dir_path,
6936
framework_name,
6937
0 commit comments