This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This Makefile builds a shared version of the library, | |
# libbz2.dylib for MacOSX x86 (10.13.4 or higher), | |
# with gcc-2.96 20000731 (Red Hat Linux 7.1 2.96-98). | |
# It is a custom Makefile. Use at own risk. | |
# Run in your MacOS terminal with the following command: | |
# make -f Makefile-libbz2_dylib | |
PKG_VERSION?=1.0.8 | |
PREFIX?=/usr/local |