I just updated my dependency on golang.org/x/text and found they added a 
hard depedency on ICU 57.

ld: library not found for -licui18n.57
> clang: error: linker command failed with exit code 1 (use -v to see 
> invocation)


Trying to build this on a mac where homebrew installed icu4c as it brings 
in icu 58.

This appears to be caused 
by https://github.com/golang/text/blob/master/cases/icu.go#L16 .

Is there a way to override this at compilation time?

Best,
James

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to