vita3k-git: fix linking errors
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
4d5057128d
commit
85e024cb1b
1 changed files with 9 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Contributor: aimileus < $(echo YWltaWxpdXNAcHJvdG9ubWFpbC5jb20K | base64 -d)
|
# Contributor: aimileus < $(echo YWltaWxpdXNAcHJvdG9ubWFpbC5jb20K | base64 -d)
|
||||||
_pkgname=vita3k
|
_pkgname=vita3k
|
||||||
pkgname=${_pkgname}-git
|
pkgname=${_pkgname}-git
|
||||||
pkgver=r1195.eb9dea27
|
pkgver=r1241.74c50634
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Experimental PlayStation Vita emulator"
|
pkgdesc="Experimental PlayStation Vita emulator"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -117,7 +117,14 @@ build() {
|
||||||
export CC="/usr/bin/clang"
|
export CC="/usr/bin/clang"
|
||||||
export CXX="/usr/bin/clang++"
|
export CXX="/usr/bin/clang++"
|
||||||
|
|
||||||
./gen-linux.sh && cd build-linux
|
./gen-linux.sh
|
||||||
|
|
||||||
|
# Workaround for linking problem with discord-rpc
|
||||||
|
rm -rf build-linux
|
||||||
|
mkdir -p build-linux
|
||||||
|
cd build-linux
|
||||||
|
cmake .. -DUSE_DISCORD_RICH_PRESENCE=OFF
|
||||||
|
|
||||||
make VERBOSE=1 UNICORN_QEMU_FLAGS="--python=/usr/bin/python2"
|
make VERBOSE=1 UNICORN_QEMU_FLAGS="--python=/usr/bin/python2"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue