From 95170e9f7ff9a579ee1d18222077352d03ab12bd Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Fri, 22 Dec 2023 09:00:04 -0500 Subject: [PATCH] Use variable to refer to Emscripten when linking This allows overriding the path to emscripten using CXX and having it work consistently. GH #3836 --- src/build-data/cc/emcc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build-data/cc/emcc.txt b/src/build-data/cc/emcc.txt index ce7dc320581..11c56224401 100644 --- a/src/build-data/cc/emcc.txt +++ b/src/build-data/cc/emcc.txt @@ -23,5 +23,5 @@ default -> "false" -default -> "em++" +default -> "{cxx}"