mirror of
https://abf.rosa.ru/djam/libreoffice.git
synced 2025-02-23 10:32:59 +00:00
put linker flags into the end of cli args
This commit is contained in:
parent
4e2a3ea143
commit
69560d65b8
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
/usr/bin/clang++ "$@" $LIBCCX_LIBS
|
||||
linker_flags="$(echo "$@" | tr ' ' '\n' | grep '^\-l' | tr '\n' ' ')"
|
||||
|
||||
/usr/bin/clang++ "$@" $LIBCCX_LIBS $linker_flags
|
||||
|
|
Loading…
Add table
Reference in a new issue