made c-compiler configurable, and added /usr/local as include path for cc and c++ tests
This commit is contained in:
parent
53deedc242
commit
94bf490a79
4 changed files with 5 additions and 6 deletions
|
|
@ -72,5 +72,4 @@ cd test
|
|||
echo "#!/usr/bin/env bash" > ./site.sh
|
||||
if [ $release = "freebsd" ]; then
|
||||
echo "make=gmake" >> ./site.sh
|
||||
echo 'SKIPLIST="test_api.sh test_c++.sh"' >> ./site.sh
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue