Fix mac static build bustage by forcing this to be built with PIC. Bug 203956, r=cls, a=sspitzer.

This commit is contained in:
bryner%netscape.com 2003-05-01 06:31:09 +00:00
Родитель d657251cbb
Коммит 67ee480ded
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -42,5 +42,6 @@ REQUIRES=xpcom \
CPPSRCS = nsUnicharUtils.cpp
FORCE_STATIC_LIB = 1
FORCE_USE_PIC = 1
include $(topsrcdir)/config/rules.mk