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
7
7
8
8
$CC $CFLAGS $LIB_FUZZING_ENGINE ../.clusterfuzzlite/fuzz_normalize_path.c \
9
9
-o $OUT /fuzz_normalize_path \
10
- ./libuvwasi_a .a _deps/libuv-build/libuv_a.a \
10
+ ./libuvwasi .a _deps/libuv-build/libuv_a.a \
11
11
-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()
99
99
100
100
## Static library target.
101
101
add_library (uvwasi_a STATIC ${uvwasi_sources} )
102
+ set_target_properties (uvwasi_a PROPERTIES OUTPUT_NAME "uvwasi" )
102
103
target_compile_definitions (uvwasi_a PRIVATE ${uvwasi_defines} )
103
104
target_compile_options (uvwasi_a PRIVATE ${uvwasi_cflags} )
104
105
target_include_directories (uvwasi_a PRIVATE ${PROJECT_SOURCE_DIR} /include )
You can’t perform that action at this time.
0 commit comments