Files
eepp/projects/osx/make.sh
2014-06-12 23:32:41 -03:00

13 lines
284 B
Bash
Executable File

#!/bin/sh
cd $(dirname "$0")
/usr/local/bin/premake4 --file=../../premake4.lua --with-static-freetype --use-frameworks gmake
cd ../../make/macosx/
sed -e "s/-Wl,-x//g" -i .make
make $@
cd ../../bin/
ln -sf ../libs/macosx/libeepp.dylib .
ln -sf ../libs/macosx/libeepp-debug.dylib .