diff options
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/llvm/llvm/llvm-config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/llvm/llvm/llvm-config b/meta/recipes-devtools/llvm/llvm/llvm-config index 5e4ded2da5..6cf3e7578f 100644 --- a/meta/recipes-devtools/llvm/llvm/llvm-config +++ b/meta/recipes-devtools/llvm/llvm/llvm-config | |||
| @@ -35,6 +35,9 @@ for arg in "$@"; do | |||
| 35 | --libs) | 35 | --libs) |
| 36 | output="${output} -lLLVM" | 36 | output="${output} -lLLVM" |
| 37 | ;; | 37 | ;; |
| 38 | --libdir) | ||
| 39 | output="${output} ${libdir}" | ||
| 40 | ;; | ||
| 38 | --link-shared) | 41 | --link-shared) |
| 39 | break | 42 | break |
| 40 | ;; | 43 | ;; |
