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:18:54 -0600
committerNunoSempere <nuno.sempere@protonmail.com>2023-03-28 11:18:54 -0600
commitca59138a2aef96960381f986b8c683634e4d8e63 (patch)
tree16c62f8a2b3bfe7ad55053294095f70a85d19613 /user-scripts/artifacts/compile_flags/get-compile-flags.sh
parentcc959fda4fac18f1c429158d1ffea24692276310 (diff)
tweak: move things around
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, 0 insertions, 5 deletions
diff --git a/user-scripts/artifacts/compile_flags/get-compile-flags.sh b/user-scripts/artifacts/compile_flags/get-compile-flags.sh
deleted file mode 100644
index aaa9e01..0000000
--- a/user-scripts/artifacts/compile_flags/get-compile-flags.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-DEPS='webkit2gtk-4.0'
-INCS=`pkg-config --cflags ${DEPS}`
-LIBS=`pkg-config --libs ${DEPS}`
-echo $INCS
-echo $LIBS