Update vita3k-git PKGBUILD
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
3e79e1db4b
commit
dc209a8e2d
1 changed files with 3 additions and 2 deletions
|
@ -9,8 +9,9 @@ arch=('x86_64')
|
||||||
url="https://vita3k.github.io/"
|
url="https://vita3k.github.io/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
makedepends=(
|
makedepends=(
|
||||||
'git'
|
|
||||||
'cmake'
|
'cmake'
|
||||||
|
'git'
|
||||||
|
'python2'
|
||||||
)
|
)
|
||||||
depends=(
|
depends=(
|
||||||
'sdl2'
|
'sdl2'
|
||||||
|
@ -108,7 +109,7 @@ build() {
|
||||||
cd "${_pkgname}"
|
cd "${_pkgname}"
|
||||||
sh gen-linux.sh
|
sh gen-linux.sh
|
||||||
cd build-linux
|
cd build-linux
|
||||||
make -j0
|
make UNICORN_QEMU_FLAGS="--python=/usr/bin/python2"
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue