From ca59138a2aef96960381f986b8c683634e4d8e63 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 28 Mar 2023 11:18:54 -0600 Subject: tweak: move things around --- extra/user-scripts/artifacts/compile_flags/get-compile-flags.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 extra/user-scripts/artifacts/compile_flags/get-compile-flags.sh (limited to 'extra/user-scripts/artifacts/compile_flags/get-compile-flags.sh') diff --git a/extra/user-scripts/artifacts/compile_flags/get-compile-flags.sh b/extra/user-scripts/artifacts/compile_flags/get-compile-flags.sh new file mode 100644 index 0000000..aaa9e01 --- /dev/null +++ b/extra/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 -- cgit v1.2.3