3 Commits

Author SHA1 Message Date
njohnson
2d63185dc0 Fix macOS CLI build: add zlib linkage for Unix platforms
Some checks failed
CI Build / build-macos (push) Successful in 29s
CI Build / build-windows (push) Failing after 7m33s
The CLI tool was missing the system zlib linkage that app.pro already had,
causing undefined symbol errors for zlib functions on macOS.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 14:45:13 -05:00
njohnson
a2b8f69bb1 Fix macOS build: make Windows-only libraries conditional
Some checks failed
CI Build / build-macos (push) Failing after 27s
CI Build / build-windows (push) Failing after 7m43s
- DevIL, bundled zlib, and xcompress64 only linked on Windows
- macOS/Linux use system zlib (-lz)
- DLL deployment only on Windows

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 14:37:52 -05:00
njohnson
ca98c059ba Rename xscript-cli to cli tool
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 16:08:33 -05:00