edi/scripts/clang_build_include_dir.sh

7 lines
90 B
Bash
Raw Normal View History

2017-10-06 07:49:23 -07:00
#!/bin/sh
if [[ -d /usr/local/opt/llvm ]]; then
echo "/usr/local/opt/llvm/include"
fi