dfhack/library/python/build-linux

5 lines
95 B
Bash

#!/bin/bash
python linsetup.py build_ext
cp build/lib.linux-i686-2.6/pydfhack.so .
rm -r build