diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -26,7 +26,7 @@ b2sums=('4d7779af0afc5fa12d3734d282f92b105757d204c69091b4e3574e4ced6179c5e202b75 prepare() { cd ${pkgname}-${pkgver} - patch -p1 -i ../x265-4.0.patch # Fix build with x265 4.0 + #patch -p1 -i ../x265-4.0.patch # Fix build with x265 4.0 } build() { @@ -38,9 +38,8 @@ build() { cmake \ -B build \ - -D CMAKE_INSTALL_PREFIX=/usr \ - -G Ninja \ - -S fceux + -DCMAKE_INSTALL_PREFIX=/usr \ + -G Ninja ninja -C build "$MAKEFLAGS" } |