diff options
author | Michel Zou | 2018-01-16 22:30:51 +0100 |
---|---|---|
committer | Michel Zou | 2018-01-16 22:30:51 +0100 |
commit | 78a456e31c64013bd46e2284d798142cb87aa772 (patch) | |
tree | 9e411c5a0efb7a9869ffe03815898a32ffea6c7d /PKGBUILD | |
parent | 53973a0ceb954aedaf6e635c6750dfb5f107cd89 (diff) | |
download | aur-psp-sdl.tar.gz |
revert
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,11 +24,11 @@ prepare() { build() { cd SDL-$pkgver sh autogen.sh - export LDFLAGS="-L$(/usr/bin/psp-config --pspsdk-path)/lib -L$(/usr/bin/psp-config --psp-prefix)/lib -lc -lpspuser" + export LDFLAGS="-L$(psp-config --pspsdk-path)/lib -L$(psp-config --psp-prefix)/lib -lc -lpspuser" export LIBS="-lc -lpspuser" mkdir -p build-psp && pushd build-psp ../configure --prefix=/usr/psp --host=psp \ - --enable-pspirkeyb psp_config=/usr/bin/psp-config + --enable-pspirkey make } |