tangramdotdev / packages

A collection of community maintained Tangram packages.
https://www.tangram.dev
MIT License
8 stars 2 forks source link

Fix bash install phase on macOS #75

Closed deciduously closed 4 months ago

deciduously commented 4 months ago

The macOS build of bash currently does not complete make install successfully, failing to find the libintl.h header which should be ignored by virtue of the --disable-nls flag. The installation does progress far enough to install the bash binary, so this is not a functional problem for downstream builds, but does mean the installed directory is not complete.