Skip to content

Instantly share code, notes, and snippets.

View obihill's full-sized avatar

Obinwanne Hill obihill

View GitHub Profile
@obihill
obihill / Makefile-libbz2_dylib
Created April 20, 2021 12:46
Makefile to create shared library for libbz2 on MacOS
# 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