mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
libclc: PATH has been set from environment
This commit is contained in:
parent
1f2932447a
commit
49a2e4a2d0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ do_configure() {
|
|||
unset CC CXX LD CFLAGS CXXFLAGS LDFLAGS
|
||||
mkdir -p build
|
||||
cd build
|
||||
PATH="${PATH}:/usr/libexec/xbps-src/bin" cmake -GNinja ${configure_args} ..
|
||||
cmake -GNinja ${configure_args} ..
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue