diff options
Diffstat (limited to 'user-scripts/artifacts/compile_flags/get-compile-flags.sh')
-rw-r--r-- | user-scripts/artifacts/compile_flags/get-compile-flags.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/user-scripts/artifacts/compile_flags/get-compile-flags.sh b/user-scripts/artifacts/compile_flags/get-compile-flags.sh new file mode 100644 index 0000000..aaa9e01 --- /dev/null +++ b/user-scripts/artifacts/compile_flags/get-compile-flags.sh @@ -0,0 +1,5 @@ +DEPS='webkit2gtk-4.0' +INCS=`pkg-config --cflags ${DEPS}` +LIBS=`pkg-config --libs ${DEPS}` +echo $INCS +echo $LIBS |