Skip to content

Commit

Permalink
Make pypxlib compatible with OS X 10.5+ instead of just 10.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
mherrmann committed Nov 17, 2015
1 parent 710e6c4 commit b06d7f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ OS X 10.10.5
cd pxlib-0.6.5/
echo './configure --prefix=`pwd`/out' | brew sh
sed -i '' 's/#define HAVE_LOCALE_H 1//' config.h
sed -i '' "/^CFLAGS =/ s/$/ -mmacosx-version-min=10.5/" Makefile
make
make install
Expand Down
Binary file modified pypxlib/pxlib_ctypes/libpx.dylib
100755 → 100644
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
setup(
name='pypxlib',

version='1.5',
version='1.6',

description=description,
long_description=
Expand Down

0 comments on commit b06d7f3

Please sign in to comment.