Hi, I have a Zig 0.16 project using this library that compiles and runs perfectly on Linux. However, when I try to compile it on MacOS (15.6.1), I run into the following issue:
m1@28587c3e-cc2f-4f54-bced-1184e6e74cad vk-zig % zig build run
/Users/m1/vk-zig/zig-pkg/sdl-1.0.1+3.4.4-i4QD0QCGqQC6Myg3SmNw5dry28oQHFOZW0V7aN7wIV3v/build.zig.zon:52:20: error: failed to create temporary zip file: FileNotFound
.url = "https://github.com/libusb/libusb/archive/a61afe5f75d969c4561a1d0ad753aa23cee6329a.zip",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/m1/vk-zig/zig-pkg/sdl-1.0.1+3.4.4-i4QD0QCGqQC6Myg3SmNw5dry28oQHFOZW0V7aN7wIV3v/build.zig.zon:82:20: error: failed to create temporary zip file: FileNotFound
.url = "https://github.com/KhronosGroup/OpenGL-Registry/archive/200cea4030cb49d3e40677379e6368a5f0e8c27b.zip",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Any ideas what could be causing this and how to possibly fix it?
Hi, I have a Zig 0.16 project using this library that compiles and runs perfectly on Linux. However, when I try to compile it on MacOS (15.6.1), I run into the following issue:
Any ideas what could be causing this and how to possibly fix it?