Skip to content

Commit

Permalink
Fix fuzz build
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Nov 25, 2024
1 parent bf93611 commit 0f7839c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzing/broker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PACKET_FUZZERS:= \
all: $(FUZZERS) $(PACKET_FUZZERS)

${PACKET_FUZZERS} : %: %.cpp fuzz_packet_read_base.o ${R}/src/mosquitto_broker.a
$(CXX) $(LOCAL_CXXFLAGS) $(LOCAL_CPPFLAGS) $(LOCAL_LDFLAGS) -o $@ $< fuzz_packet_read_base.o $(LOCAL_LIBADD)
$(CC) $(LOCAL_CFLAGS) $(LOCAL_CPPFLAGS) $(LOCAL_LDFLAGS) -o $@ $< fuzz_packet_read_base.o $(LOCAL_LIBADD)
install $@ ${OUT}/$@

fuzz_packet_read_base.o : fuzz_packet_read_base.c
Expand Down

0 comments on commit 0f7839c

Please sign in to comment.