aboutsummaryrefslogtreecommitdiff
path: root/user-scripts/artifacts/compile_flags/get-compile-flags.sh
diff options
context:
space:
mode:
authorNunoSempere <nuno.sempere@protonmail.com>2023-03-28 11:11:18 -0600
committerNunoSempere <nuno.sempere@protonmail.com>2023-03-28 11:11:18 -0600
commit18f4e3e3cb544fc26312ce8b3e5f9fbc57ba5884 (patch)
treedb1294c1dcb83cbfefb7299635370fb3863bdb9c /user-scripts/artifacts/compile_flags/get-compile-flags.sh
parent1fca042b0bdb5978bd6ff3a2e982ced4154ceed3 (diff)
tweak: add formatter to makefile
Diffstat (limited to 'user-scripts/artifacts/compile_flags/get-compile-flags.sh')
-rw-r--r--user-scripts/artifacts/compile_flags/get-compile-flags.sh5
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