mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
added ninja backend
This commit is contained in:
@@ -12,7 +12,7 @@ build() {
|
||||
# failed build with ccache, remove reom path
|
||||
PATH="$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}' | sed 's/:*$//')"
|
||||
|
||||
cmake -S $name-$version -B build -G Ninja\
|
||||
cmake -S $name-$version -B build -G Ninja \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX:PATH=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR:PATH=/usr/lib \
|
||||
|
||||
@@ -7,7 +7,7 @@ release=1
|
||||
source="$name-$version.tar.gz::https://bitbucket.org/multicoreware/${name}_git/downloads/${name}_$version.tar.gz"
|
||||
|
||||
build() {
|
||||
cmake -S ${name}_${version}/source -B build -G Ninja \
|
||||
cmake -S ${name}_${version}/source -B build -G Ninja \
|
||||
-DHIGH_BIT_DEPTH=ON \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
|
||||
Reference in New Issue
Block a user