3 lines
71 B
Bash
3 lines
71 B
Bash
#!/bin/bash
|
|
unset MACOSX_DEPLOYMENT_TARGET
|
|
${PYTHON} setup.py install;
|