Skip to content

Commit

Permalink
libchewing: avoid /out/.libs (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcwu authored and mikea committed Oct 10, 2016
1 parent 539cbab commit 21b61eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libchewing/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ make clean all
# build your fuzzer(s)
make -C test CFLAGS="$CFLAGS -Dmain=stress_main -Drand=get_fuzz_input" stress.o

./libtool --mode=link \
$CC $CFLAGS \
$CC $CFLAGS \
-o /out/chewing_fuzzer \
/src/oss-fuzz/libchewing/chewing_fuzzer.c \
test/stress.o test/libtesthelper.la src/libchewing.la $LDFLAGS /work/libfuzzer/*.o
test/stress.o test/.libs/libtesthelper.a src/.libs/libchewing.a \
/work/libfuzzer/*.o $LDFLAGS

# install data files
make -C data pkgdatadir=/out install

0 comments on commit 21b61eb

Please sign in to comment.