signac
signac copied to clipboard
Set PKG_LIBS on all platforms
You are only linking to -lz
on Windows, but it is actually required on all platforms. This leads to linking errors on MacOS if we omit the -undefined
flag.
This PR fixes the cross compilation on https://github.com/r-universe/stuart-lab/actions/runs/7577514269/job/20638934781
For technical details see: https://ropensci.org/blog/2024/01/14/runiverse-arm64/