Skip to content

Commit

Permalink
tests: Simplify pkg-config call
Browse files Browse the repository at this point in the history
  • Loading branch information
radioactiveman committed Jun 3, 2024
1 parent ad71272 commit 7a958b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libaudcore/tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ ifneq ($(shell pkg-config --exists ${QT_DEP} && echo 1),1)
endif

FLAGS = -I.. -I../.. -DEXPORT= -DPACKAGE=\"audacious\" -DICONV_CONST= \
$(shell pkg-config --cflags --libs glib-2.0) \
$(shell pkg-config --cflags --libs ${QT_DEP}) \
$(shell pkg-config --cflags --libs glib-2.0 ${QT_DEP}) \
-std=c++17 -Wall -g -O0 -fno-elide-constructors \
-fprofile-arcs -ftest-coverage -pthread

Expand Down

0 comments on commit 7a958b5

Please sign in to comment.