edi/scripts/clang_build_include_dir.sh

7 lines
90 B
Bash
Executable File

#!/bin/sh
if [[ -d /usr/local/opt/llvm ]]; then
echo "/usr/local/opt/llvm/include"
fi