This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository legacy-imlib2.

View the commit online.

commit 79095b76ebafafa47a9b1a22a96e867e52cd6905
Author: Kim Woelders <k...@woelders.dk>
AuthorDate: Mon Dec 9 07:43:47 2024 +0100

    test: Correct CFLAGS when building with alternative library packages
---
 test/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/Makefile.am b/test/Makefile.am
index 59aa884..1cb5107 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -23,6 +23,7 @@ endif
 
  AM_CFLAGS  = -Wall -Wextra -Werror -Wno-unused-parameter
  AM_CFLAGS += $(CFLAGS_ASAN)
+ AM_CFLAGS += $(HEIF_CFLAGS) $(JXL_CFLAGS)
 
  AM_CXXFLAGS = $(AM_CFLAGS)
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to