From b1331e3643a2d2d6728d0e5f1dca7b4255c44cc5 Mon Sep 17 00:00:00 2001 From: Joao Paulo Costa Marra Date: Wed, 12 Nov 2025 12:39:35 -0300 Subject: [PATCH] Fix Hermes build to use correct compilers on macOS --- cmake/HermesExternal.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/HermesExternal.cmake b/cmake/HermesExternal.cmake index a27c6ac..78d8d24 100644 --- a/cmake/HermesExternal.cmake +++ b/cmake/HermesExternal.cmake @@ -107,6 +107,8 @@ else() LOG_BUILD ON LOG_OUTPUT_ON_FAILURE ON UPDATE_DISCONNECTED ON + ENV CC ${CMAKE_C_COMPILER} + ENV CXX ${CMAKE_CXX_COMPILER} ) # Set tool paths (these will be valid after Hermes is built)