mirror of
https://abf.rosa.ru/djam/sdbus-cpp.git
synced 2025-02-23 10:12:54 +00:00
5 lines
131 B
Bash
Executable file
5 lines
131 B
Bash
Executable file
#!/bin/sh
|
|
|
|
linker_flags="$(echo "$@" | tr ' ' '\n' | grep '^\-l' | tr '\n' ' ')"
|
|
|
|
/usr/bin/clang++ "$@" $LIBCCX_LIBS $linker_flags
|