Skip to content

Commit

Permalink
Makefile: only check ICU_FLAGS (ICU_LIBS seems to be empty)
Browse files Browse the repository at this point in the history
  • Loading branch information
linusdm committed Feb 25, 2023
1 parent ca77c5d commit 33571a6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions c_src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,7 @@ else
ICU_LIBS = $(shell pkg-config --libs icu-uc icu-io)
endif

ifeq ($(ICU_FLAGS),"")
$(error ICU_FLAGS not set, is pkg-config installed?)
endif

ifeq ($(ICU_LIBS),"")
ifeq ($(ICU_LIBS),)
$(error ICU_LIBS not set, is pkg-config installed?)
endif

Expand Down

0 comments on commit 33571a6

Please sign in to comment.