fix dynamic linker detection on windows (where there isn't one)
This commit is contained in:
@@ -666,6 +666,6 @@ pub fn getSelfExeSharedLibPaths(allocator: *Allocator) error{OutOfMemory}![][:0]
|
||||
}
|
||||
return paths.toOwnedSlice();
|
||||
},
|
||||
else => return error.UnimplementedSelfExeSharedPaths,
|
||||
else => @compileError("getSelfExeSharedLibPaths unimplemented for this target"),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user