Fixed
- Fixed package installation on newer versions of macOS and M1 machines #216 @yonaskolb
- Fixed building in Xcode 13 #218 #219 @Armenm
Changed
- The default package install path (
$MINT_PATH
) has changed from/usr/local/lib/mint
to~/.mint
, and the global link path ($MINT_LINK_PATH
) has changed from/usr/local/bin
to~/.mint/bin
. This fixes installation issues on some systems, but in order to run globally installed packages without Mint you'll now need to add~/.mint/bin
to your$PATH
. #216 @yonaskolb