YosysHQ / oss-cad-suite-build

Multi-platform nightly builds of open source digital design and verification tools
ISC License
742 stars 67 forks source link

Fix Windows builds that depend on `system-resources-min` #117

Closed malmeloo closed 1 week ago

malmeloo commented 1 week ago

Found another small Windows inconsistency 🙂

Windows builds depending on system-resources-min instead of the full system-resources will currently fail because win-launcher.c is never compiled, but it is used in the packaging process. I copied the compilation command from system-resources-tabby (which is sourced by system-resources) into the min version, which fixes the issue.

mmicko commented 1 week ago

Thanks