Skip to content

Commit 41f666c

Browse files
Matthew Metsdeadprogram
authored andcommitted
Makefile: Use ${LLVM_PROJECTDIR} during copy phase
1 parent 469e243 commit 41f666c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,8 +1178,8 @@ endif
11781178
@cp -rp lib/wasi-libc/libc-top-half/musl/src/unistd build/release/tinygo/lib/wasi-libc/libc-top-half/musl/src
11791179
@cp -rp lib/wasi-libc/libc-top-half/sources build/release/tinygo/lib/wasi-libc/libc-top-half
11801180
@cp -rp lib/wasi-cli/wit build/release/tinygo/lib/wasi-cli/wit
1181-
@cp -rp llvm-project/compiler-rt/lib/builtins build/release/tinygo/lib/compiler-rt-builtins
1182-
@cp -rp llvm-project/compiler-rt/LICENSE.TXT build/release/tinygo/lib/compiler-rt-builtins
1181+
@cp -rp ${LLVM_PROJECTDIR}/compiler-rt/lib/builtins build/release/tinygo/lib/compiler-rt-builtins
1182+
@cp -rp ${LLVM_PROJECTDIR}/compiler-rt/LICENSE.TXT build/release/tinygo/lib/compiler-rt-builtins
11831183
@cp -rp src build/release/tinygo/src
11841184
@cp -rp targets build/release/tinygo/targets
11851185

0 commit comments

Comments
 (0)