diff --git a/buildosx b/buildosx deleted file mode 100755 index 3fff5a694..000000000 --- a/buildosx +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -export CFLAGS="-arch x86_64" -export FFLAGS="-static -ff2c -arch x86_64" -export LDFLAGS="-Wall -undefined dynamic_lookup -bundle -arch x86_64" -rm -rf build -python setupegg.py bdist_egg