r-lib / pak

A fresh approach to package installation
https://pak.r-lib.org
643 stars 56 forks source link

Do not require the native dependencies during cross compilation #556

Open gaborcsardi opened 7 months ago

gaborcsardi commented 7 months ago

So that pak builds on macOS on PPM correctly.

When we do this, we need to make sure that tools/build/linux and tools/build/macos work correctly when cross-compiling, because currently they rely on the native dependencies and/or a full native install of pak, which we can also get rid of.