Skip to content

Commit

Permalink
Fix duplicate MMap definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
yhdengh committed Apr 17, 2024
1 parent 513d96c commit 9752a8e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys-driver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ add_executable(wasm-to-c-sys "wasm2c-driver.cc")
target_link_libraries(wasm-to-c-sys util)
target_link_libraries(wasm-to-c-sys wasm-to-c-lib wabt)

add_executable(c-to-elf-sys "c-to-elf-driver.cc")
add_executable(c-to-elf-sys "c-to-elf-driver.cc" "mmap.cc")
target_link_libraries(c-to-elf-sys util)
target_link_libraries(c-to-elf-sys clang-lib ${CLANG_LIBS} ${LLVM_LIBS})

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9752a8e

Please sign in to comment.