Skip to content

Commit 7dc89de

Browse files
committed
Verifying CI test on Linux host
1 parent 03282c8 commit 7dc89de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/linux.zig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,9 @@ pub fn build(
371371
// Provide the pulseaudio headers
372372
{
373373
@setEvalBranchQuota(2000);
374+
if (@import("builtin").os.tag == .linux) {
375+
@panic("reached");
376+
}
374377
// Workaround for cross compilation, see comment in `build.zig.zon`
375378
const pulseaudio_name = switch (@import("builtin").os.tag) {
376379
.windows => "pulseaudio_windows",

0 commit comments

Comments
 (0)