зеркало из https://github.com/mozilla/pjs.git
fix for 293042: For gcc builds, need to use g++ to link
This commit is contained in:
Родитель
851ecc32a8
Коммит
866bde189f
|
@ -312,6 +312,10 @@ else
|
|||
RPATHFLAG_PREFIX=-Wl,-R,
|
||||
endif
|
||||
|
||||
ifdef NS_USE_GCC
|
||||
USE_CCC_TO_LINK=1
|
||||
endif
|
||||
|
||||
# flag to pass to ld when linking to set runtime shared library search path
|
||||
# this is used like this, for example: $(LDRPATHFLAG_PREFIX)../..
|
||||
LDRPATHFLAG_PREFIX=-R
|
||||
|
|
Загрузка…
Ссылка в новой задаче