We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6ea5b commit 5a21022Copy full SHA for 5a21022
1 file changed
libc-dep/CMakeLists.txt
@@ -1,5 +1,5 @@
1
set(LIBC_DEP_DIR ${CMAKE_SOURCE_DIR}/libc-dep)
2
-set(LIBC_DEP_OUTPUT ${LIBCC2RC_LIB_DIR}/target/release/libc_dep.rlib)
+set(LIBC_DEP_OUTPUT ${LIBC_DEP_DIR}/target/release/libc_dep.rlib)
3
4
add_custom_command(
5
OUTPUT ${LIBC_DEP_OUTPUT}
0 commit comments