Skip to content

Commit 5a21022

Browse files
committed
edits
1 parent 9e6ea5b commit 5a21022

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libc-dep/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set(LIBC_DEP_DIR ${CMAKE_SOURCE_DIR}/libc-dep)
2-
set(LIBC_DEP_OUTPUT ${LIBCC2RC_LIB_DIR}/target/release/libc_dep.rlib)
2+
set(LIBC_DEP_OUTPUT ${LIBC_DEP_DIR}/target/release/libc_dep.rlib)
33

44
add_custom_command(
55
OUTPUT ${LIBC_DEP_OUTPUT}

0 commit comments

Comments
 (0)