mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-06 06:55:07 +00:00
aot-analyzer: Fix macos build (#3589)
* macOS doesn't have -lrt. * this program doesn't seem to require librt even on ubuntu. build tested on macOS and ubuntu.
This commit is contained in:
parent
0d9cea434c
commit
212d830eb7
|
@ -85,4 +85,4 @@ include (${SHARED_DIR}/utils/uncommon/shared_uncommon.cmake)
|
|||
|
||||
add_executable (aot-analyzer src/main.cc src/aot_file.cc src/binary_file.cc src/option_parser.cc src/wasm_file.cc ${UNCOMMON_SHARED_SOURCE})
|
||||
|
||||
target_link_libraries (aot-analyzer vmlib -lm -ldl -lpthread -lrt)
|
||||
target_link_libraries (aot-analyzer vmlib -lm -ldl -lpthread)
|
||||
|
|
Loading…
Reference in New Issue
Block a user