Force linking with the C++ compiler rather than the C compiler (since we're using SIMPLECPPSRCS rather than CPPSRCS). b=392118 r=bsmedberg a=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@232354 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
7080dae49c
commit
236245a177
@ -53,6 +53,10 @@ SIMPLECSRCS += \
|
||||
tmstats.c \
|
||||
$(NULL)
|
||||
|
||||
# Set CPP_PROG_LINK manually since we're using SIMPLECPPSRCS rather than
|
||||
# CPPSRCS.
|
||||
CPP_PROG_LINK = 1
|
||||
|
||||
SIMPLECPPSRCS = \
|
||||
leaksoup.cpp \
|
||||
$(NULL)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user