mirror of https://github.com/axmolengine/axmol.git
5 lines
119 B
Plaintext
5 lines
119 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
PYTHON=/opt/local/bin/python2.7
|
||
|
DYLD_LIBRARY_PATH="/opt/local/libexec/llvm-3.1/lib" $PYTHON generator.py $*
|