Skip to content

Commit

Permalink
ci: remove leftover debug statement in lint tool (#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-pierre authored Jul 29, 2024
1 parent f1203fd commit 4969ec2
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 4969ec2

Please sign in to comment.