Skip to content

Commit 9752a8e

Browse files
committed
Fix duplicate MMap definitions
1 parent 513d96c commit 9752a8e

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/sys-driver/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ add_executable(wasm-to-c-sys "wasm2c-driver.cc")
44
target_link_libraries(wasm-to-c-sys util)
55
target_link_libraries(wasm-to-c-sys wasm-to-c-lib wabt)
66

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

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)