mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-20 23:34:56 +02:00
Fuzzing: Fix fuzzer not being linked with CXX
This commit is contained in:
parent
71cc9b63ed
commit
1d35f8e6fc
|
|
@ -33,7 +33,7 @@ PACKET_FUZZERS:= \
|
|||
all: $(FUZZERS) $(PACKET_FUZZERS)
|
||||
|
||||
${PACKET_FUZZERS} : %: %.cpp fuzz_packet_read_base.o ${R}/src/mosquitto_broker.a
|
||||
$(CC) $(LOCAL_CFLAGS) $(LOCAL_CPPFLAGS) $(LOCAL_LDFLAGS) -o $@ $< fuzz_packet_read_base.o $(BROKER_A) $(LOCAL_LIBADD)
|
||||
$(CXX) $(LOCAL_CXXFLAGS) $(LOCAL_CPPFLAGS) $(LOCAL_LDFLAGS) -o $@ $< fuzz_packet_read_base.o $(BROKER_A) $(LOCAL_LIBADD)
|
||||
install $@ ${OUT}/$@
|
||||
|
||||
fuzz_packet_read_base.o : fuzz_packet_read_base.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue