vita3k-git: enable verbose build output
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
6dba163726
commit
d5234c89d4
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = vita3k-git
|
||||
pkgdesc = Experimental PlayStation Vita emulator
|
||||
pkgver = r2260.c88796dd
|
||||
pkgver = r2264.168dfb19
|
||||
pkgrel = 1
|
||||
url = https://vita3k.org/
|
||||
arch = x86_64
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Severin Kaderli <severin@kaderli.dev>
|
||||
# Contributor: aimileus < $(echo YWltaWxpdXNAcHJvdG9ubWFpbC5jb20K | base64 -d)
|
||||
pkgname="vita3k-git"
|
||||
pkgver=r2260.c88796dd
|
||||
pkgver=r2264.168dfb19
|
||||
pkgrel=1
|
||||
pkgdesc="Experimental PlayStation Vita emulator"
|
||||
arch=('x86_64')
|
||||
|
@ -108,7 +108,7 @@ build() {
|
|||
export CC="/usr/bin/clang"
|
||||
export CXX="/usr/bin/clang++"
|
||||
|
||||
cmake -S . -B build-linux -G Ninja -DCMAKE_TOOLCHAIN_FILE=./cmake/toolchain/linux-x64.cmake -DCMAKE_BUILD_TYPE=Release -DUSE_VULKAN=ON -DUSE_DISCORD_RICH_PRESENCE=OFF
|
||||
cmake -S . -B build-linux -G Ninja -DCMAKE_TOOLCHAIN_FILE=./cmake/toolchain/linux-x64.cmake -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DCMAKE_BUILD_TYPE=Release -DUSE_VULKAN=ON -DUSE_DISCORD_RICH_PRESENCE=OFF
|
||||
cmake --build build-linux
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue