Skip to content

Commit

Permalink
fix tests compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpostaire committed May 31, 2024
1 parent 309cd2d commit 3ae6be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ ODIR=../out/test/core
EMU_SDIR=../src/core
CC=gcc
CFLAGS=-std=gnu11 -Wall -Wextra -O3 -I$(EMU_SDIR)
EXTRA_CFLAGS=$(shell pkg-config --cflags MagickWand)
LDLIBS=$(shell pkg-config --libs MagickWand)
EXTRA_CFLAGS=$(shell pkg-config --cflags zlib MagickWand)
LDLIBS=$(shell pkg-config --libs zlib MagickWand)
BIN=tester

EMU_SRC=$(wildcard $(EMU_SDIR)/*.c)
Expand Down

0 comments on commit 3ae6be0

Please sign in to comment.