Skip to content

Commit 604fa07

Browse files
committed
Fix contrib/mchar for build on sparc
1 parent ecf74d6 commit 604fa07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/mchar/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ else
2424
ICUNAME=icui18n
2525
endif
2626

27-
SHLIB_LINK += -L/usr/local/lib -licuuc -l$(ICUNAME) -Wl,-rpath,'$$ORIGIN'
27+
SHLIB_LINK += -L/usr/local/lib -licuuc -l$(ICUNAME) -Wl,-R,'$$ORIGIN'

0 commit comments

Comments
 (0)