--- setup.py.orig 2009-07-18 08:57:49.000000000 -0500 +++ setup.py 2015-05-09 06:09:01.000000000 -0500 @@ -27,7 +27,7 @@ '/System/Library/Frameworks/GLUT.framework/Headers', 'glew/include'] library_dirs = [] libraries = [] - extra_link_args = ['-framework:OpenGL'] + extra_link_args = ['-framework', 'OpenGL'] else: print >>sys.stderr, "Platform", sys.platform, "not really supported just yet" include_dirs = ['glew/include']