Skip to content

Commit

Permalink
[elfutils] link fuzz-dwfl-core with libeu
Browse files Browse the repository at this point in the history
  • Loading branch information
evverx committed Sep 9, 2024
1 parent cb38a20 commit 9defbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/elfutils/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ $CC $CFLAGS \
-I. -I./lib -I./libelf -I./libebl -I./libdw -I./libdwelf -I./libdwfl -I./libasm \
-c "$SRC/fuzz-dwfl-core.c" -o fuzz-dwfl-core.o
$CXX $CXXFLAGS $LIB_FUZZING_ENGINE fuzz-dwfl-core.o \
./libdw/libdw.a ./libelf/libelf.a "$zlib" \
./libdw/libdw.a ./libelf/libelf.a ./lib/libeu.a "$zlib" \
-o "$OUT/fuzz-dwfl-core"

$CC $CFLAGS \
Expand Down

0 comments on commit 9defbaf

Please sign in to comment.