mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
boost.sh: fix the lookup for boost headers in /usr/local
This commit is contained in:
parent
5c13fb9a70
commit
a0e6fd0d7e
1 changed files with 1 additions and 1 deletions
2
boost.sh
2
boost.sh
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -e
|
||||
boost=""
|
||||
for dir in "/include" "/usr/include" "/usr/local";do
|
||||
for dir in "/include" "/usr/include" "/usr/local/include";do
|
||||
if [ -d "$dir/boost" ];then
|
||||
boost="$dir"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue