Commit 5ff6eab
authored
build: add ZeroBus output plugin build configuration (#1)
* build: disable out_zerobus on Windows ARM64
The previous pointer-size only gate falsely selected the windows-x86-64
prebuilt library when cross-compiling for Windows ARM64, causing the
ARM64 package job to fail at link time. Reject ARM/ARM64 by processor
name first, and keep the pointer-size check to pick the x86-64 prebuilt
on 64-bit x86 and disable the plugin on 32-bit Windows.
Signed-off-by: Claude <noreply@anthropic.com>
* build: align ZeroBus Windows ARM regex with Linux branch
The ARM rejection regex included lowercase spellings and bare ARM/arm
tokens that Windows never reports for CMAKE_SYSTEM_PROCESSOR. Use the
same alternation as the sibling Linux branch and quote the processor
value in the status message to match the existing style.
Signed-off-by: mats mats.kazuki@gmail.com1 parent 604f6f1 commit 5ff6eab
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
52 | 59 | | |
53 | 60 | | |
54 | 61 | | |
| |||
0 commit comments