Kaydet (Commit) c7b074ac authored tarafından Andrzej J.R. Hunt's avatar Andrzej J.R. Hunt

Fix libicuin naming in firebird cygwin patch.

Change-Id: Ia58e2b3f55b2cbccb35cdcb6da04bd7d67ad4d5c
üst 2d214774
......@@ -30,7 +30,7 @@ diff -u firebird/builds/posix/make.defaults firebird/builds/posix/make.defaults
LINK_LIBS = @LIBS@
+ifeq ($(PLATFORM),win32)
+ICU_LIBS = -licuuc -licudt -licui
+ICU_LIBS = -licuuc -licudt -licuin
+else
ICU_LIBS = -licuuc -licudata -licui18n
+endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment