Skip to content

Commit

Permalink
ci: remove leftover debug statement in lint tool
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre committed Jul 28, 2024
1 parent e95789c commit 85a51c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/lint.mk
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ libjpeg
libunibreak
libutf8proc
endef
CPPFLAGS += $(shell echo 'pkg-config!' >>log; pkg-config --cflags $(strip $(PACKAGES)))
CPPFLAGS += $(shell pkg-config --cflags $(strip $(PACKAGES)))
define CPPFLAGS+=
-Ithirdparty/antiword
-Ithirdparty/chmlib/src
Expand Down

0 comments on commit 85a51c5

Please sign in to comment.