Skip to content

Commit 737a7fc

Browse files
committed
Updated build
1 parent 4ce15b9 commit 737a7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ TEST_DEPENDENCIES = \
3535
ifeq ($(PLATFORM),Linux)
3636
DEPENDENCIES += \
3737
LIBSNDFILE \
38-
LIBICONV \
3938
LIBX11 \
4039
LIBCAIRO \
4140
LIBFREETYPE
@@ -49,6 +48,7 @@ endif
4948
ifeq ($(PLATFORM),BSD)
5049
DEPENDENCIES += \
5150
LIBSNDFILE \
51+
LIBICONV \
5252
LIBX11 \
5353
LIBCAIRO \
5454
LIBICONV \

0 commit comments

Comments
 (0)