summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/clang/llvm-common/llvm-config4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-devtools/clang/llvm-common/llvm-config b/recipes-devtools/clang/llvm-common/llvm-config
index 9fb14cb..4462896 100644
--- a/recipes-devtools/clang/llvm-common/llvm-config
+++ b/recipes-devtools/clang/llvm-common/llvm-config
@@ -14,6 +14,10 @@ if [[ $# == 0 ]]; then
14 exec "$NEXT_LLVM_CONFIG" 14 exec "$NEXT_LLVM_CONFIG"
15fi 15fi
16 16
17if [[ $1 == "--libs" ]]; then
18 exec "$NEXT_LLVM_CONFIG" $@
19fi
20
17for arg in "$@"; do 21for arg in "$@"; do
18 case "$arg" in 22 case "$arg" in
19 --cppflags) 23 --cppflags)