Skip to content

Commit 230bd40

Browse files
committed
fix typo
Created using spr 1.3.6-beta.1
1 parent e336a2a commit 230bd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler-rt/cmake/Modules/AddCompilerRT.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ macro(add_custom_libcxx name prefix)
713713
USES_TERMINAL_INSTALL 1
714714
LIST_SEPARATOR |
715715
EXCLUDE_FROM_ALL TRUE
716-
# Ensure that DESDIR=... set in the out environment does not affect this
716+
# Ensure that DESTDIR=... set in the out environment does not affect this
717717
# target (we always need to install to the build directory).
718718
INSTALL_COMMAND env DESTDIR= ${CMAKE_COMMAND} --build ${prefix}/build --target install
719719
INSTALL_BYPRODUCTS "${prefix}/lib/libc++.a" "${prefix}/lib/libc++abi.a"

0 commit comments

Comments
 (0)