diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-05-18 11:18:05 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-05-18 11:18:05 (GMT) |
commit | 2c2d51ff5e033b219043711eabbd148d31a2b4ac (patch) | |
tree | a01c2396624b0480df9543c0b0fa16b3dca5bb78 /src/icu4c.mk | |
parent | 3027957b3cdf811100d54a34a15a10cb5a4aaa41 (diff) | |
download | mxe-2c2d51ff5e033b219043711eabbd148d31a2b4ac.zip mxe-2c2d51ff5e033b219043711eabbd148d31a2b4ac.tar.gz mxe-2c2d51ff5e033b219043711eabbd148d31a2b4ac.tar.bz2 |
package icu4c: add prefixed icu-config link
Diffstat (limited to 'src/icu4c.mk')
-rw-r--r-- | src/icu4c.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/icu4c.mk b/src/icu4c.mk index 2a19e69..0c8e8bc 100644 --- a/src/icu4c.mk +++ b/src/icu4c.mk @@ -29,4 +29,5 @@ define $(PKG)_BUILD SHELL=bash $(MAKE) -C '$(1).cross' -j '$(JOBS)' install LIBPREFIX=lib + ln -sf '$(PREFIX)/$(TARGET)/bin/icu-config' '$(PREFIX)/bin/$(TARGET)-icu-config' endef |