You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2428: Don't fail make install if WASMER_INSTALL_PREFIX isn't set r=Hywan a=jcaesar
<!--
Prior to submitting a PR, review the CONTRIBUTING.md document for recommendations on how to test:
https://github.com/wasmerio/wasmer/blob/master/CONTRIBUTING.md#pull-requests
-->
# Description
Fixes#2413, also improves PACKAGING.md
Alternatively, I could make it so `make install` errors out with a nice and clean error message if that variable is not set (and tells people that they're not supposed to make install themselves?), or default WASMER_INSTALL_PREFIX to `/usr/local` (at the danger of being missed, resulting in incorrect installs).
# Review
- [ ] Add a short description of the change to the CHANGELOG.md file: Seems like an irrelevant fix - Necessary?
Co-authored-by: Julius Michaelis <[email protected]>
0 commit comments