mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-08-20 21:41:40 +08:00
Fuzzing: Fix fuzzer not being linked with CXX
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user