summaryrefslogtreecommitdiff
path: root/devel/llvm39/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/llvm39/Makefile')
-rw-r--r--devel/llvm39/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/llvm39/Makefile b/devel/llvm39/Makefile
index 3d01faa6e348..6f10d86477f2 100644
--- a/devel/llvm39/Makefile
+++ b/devel/llvm39/Makefile
@@ -339,7 +339,7 @@ post-patch-COMPILER_RT-on:
post-build-COMPILER_RT-on:
${MKDIR} ${WRKDIR}/compiler-rt-build
cd ${WRKDIR}/compiler-rt-build && \
- ${CMAKE_BIN} ${CMAKE_ARGS} \
+ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} \
-DLLVM_CONFIG_PATH=${CONFIGURE_WRKSRC}/bin/llvm-config \
${WRKSRC_compiler_rt} && \
${MAKE_ENV} ${MAKE_CMD}