Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
R tries to detect multilib systems and use `lib64` rather than `lib` in its installation paths where relevant. We want to avoid this for building both R stages, since they are installed to ./host and ./wasm rather than somewhere system-wide, and our webR build scripts assume paths will use `lib`. This commit sets `LIBnn` for the R `configure` command so that even on multilib systems R will be built to use `lib` in its installation paths. On non-multilib systems it should have no effect. Fixes #238.
- Loading branch information