mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
libclc: build with ninja
This commit is contained in:
parent
759426a2d9
commit
6a72f287f5
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ do_configure() {
|
||||||
unset CC CXX LD CFLAGS CXXFLAGS LDFLAGS
|
unset CC CXX LD CFLAGS CXXFLAGS LDFLAGS
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
cmake ${configure_args} ..
|
cmake -GNinja ${configure_args} ..
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue