зеркало из https://github.com/mozilla/gecko-dev.git
Removed unnecessary -L/lib.
This commit is contained in:
Родитель
6312a867ac
Коммит
2f92a0e40b
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче