File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,5 @@ make uvwasi_a
77
88$CC $CFLAGS $LIB_FUZZING_ENGINE ../.clusterfuzzlite/fuzz_normalize_path.c \
99 -o $OUT /fuzz_normalize_path \
10- ./libuvwasi_a .a _deps/libuv-build/libuv_a.a \
10+ ./libuvwasi .a _deps/libuv-build/libuv_a.a \
1111 -I$SRC /uvwasi/include -I$PWD /_deps/libuv-src/include/
Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ endif()
9999
100100## Static library target.
101101add_library (uvwasi_a STATIC ${uvwasi_sources} )
102+ set_target_properties (uvwasi_a PROPERTIES OUTPUT_NAME "uvwasi" )
102103target_compile_definitions (uvwasi_a PRIVATE ${uvwasi_defines} )
103104target_compile_options (uvwasi_a PRIVATE ${uvwasi_cflags} )
104105target_include_directories (uvwasi_a PRIVATE ${PROJECT_SOURCE_DIR} /include )
You can’t perform that action at this time.
0 commit comments