pcsx2/plugins/gs/build.sh

11 lines
199 B
Bash

#!/bin/sh
echo ----------------------------------------
echo Building Graphics Synthesizer plugins...
echo ----------------------------------------
curdir=`pwd`
cd ${curdir}/zerogs
sh build.sh $@