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 03282c8 commit 29522a0Copy full SHA for 29522a0
src/linux.zig
@@ -371,6 +371,9 @@ pub fn build(
371
// Provide the pulseaudio headers
372
{
373
@setEvalBranchQuota(2000);
374
+ if (@import("builtin").os.tag == .windows) {
375
+ @panic("reached");
376
+ }
377
// Workaround for cross compilation, see comment in `build.zig.zon`
378
const pulseaudio_name = switch (@import("builtin").os.tag) {
379
.windows => "pulseaudio_windows",
0 commit comments