signac icon indicating copy to clipboard operation
signac copied to clipboard

Set PKG_LIBS on all platforms

Open jeroen opened this issue 1 year ago • 0 comments

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/

jeroen avatar Jan 30 '24 13:01 jeroen