Compare commits

..

No commits in common. "5d1c9ad40a8aa06df865c6ac4730132c7e404b24" and "2d5195957df905ed4efc15a5e8044f330e2b2ad6" have entirely different histories.

2 changed files with 2 additions and 1 deletions

1
meson_options.txt Normal file
View File

@ -0,0 +1 @@
option('libphosh_version', type: 'string', value: '', description: 'Custom version of libphosh to use (default: 0.44)')

View File

@ -1,6 +1,6 @@
#!/bin/bash
pc_file=$(find "/usr/lib64/pkgconfig" -maxdepth 1 -type f -name "libphosh-*.pc" -print -quit)
pc_file=$(find "/usr/lib64/pkgconfig" -maxdepth 1 -type f -name "libphosh-*.pc" | head -n 1)
if [ -z "$pc_file" ]; then
echo "File libphosh-*.pc not found."