This commit is contained in:
wtc%netscape.com 1998-12-14 23:30:43 +00:00
Родитель 6312a867ac
Коммит 2f92a0e40b
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -101,9 +101,9 @@ endif
ifeq ($(OS_ARCH),Linux)
ifeq ($(USE_PTHREADS), 1)
OS_LIBS = -L/lib -lpthread -ldl -lc
OS_LIBS = -lpthread -ldl -lc
else
OS_LIBS = -L/lib -ldl -lc
OS_LIBS = -ldl -lc
endif
endif