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:
dbaron%dbaron.org 2007-08-20 00:00:40 +00:00
parent 7080dae49c
commit 236245a177

View File

@ -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)