YosysHQ / oss-cad-suite-build

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

Fix Windows not building if `py3bin` is not present #116

Closed malmeloo closed 3 months ago

malmeloo commented 3 months ago

Windows 'top_package' targets without Python are currently failing to build because package-windows.sh is unconditionally copying files from py3bin/. This PR fixes that.

mmicko commented 3 months ago

Thanks for contribution, hope you find oss-cad-suit-build scripts useful.