From bbcf1dabd26bb4e93aa4780d1771c3b449c068ec Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Tue, 28 Mar 2023 11:19:11 -0600 Subject: Revert "tweak: move things around" This reverts commit ca59138a2aef96960381f986b8c683634e4d8e63. --- extra/user-scripts/artifacts/compile_flags/get-compile-flags.sh | 5 ----- 1 file changed, 5 deletions(-) delete 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 deleted file mode 100644 index aaa9e01..0000000 --- a/extra/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 -- cgit v1.2.3