From 18f4e3e3cb544fc26312ce8b3e5f9fbc57ba5884 Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 28 Mar 2023 11:11:18 -0600 Subject: tweak: add formatter to makefile --- user-scripts/artifacts/compile_flags/get-compile-flags.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 user-scripts/artifacts/compile_flags/get-compile-flags.sh (limited to 'user-scripts/artifacts/compile_flags/get-compile-flags.sh') 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 -- cgit v1.2.3