From dcb1250ed62ff1152e974f355b1341323477be1a Mon Sep 17 00:00:00 2001 From: nhmall Date: Mon, 14 Nov 2022 00:22:32 -0500 Subject: [PATCH] move Makefile variable assignment --- sys/unix/hints/include/compiler.370 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/unix/hints/include/compiler.370 b/sys/unix/hints/include/compiler.370 index 2e6bbfd4d..7615f84e4 100755 --- a/sys/unix/hints/include/compiler.370 +++ b/sys/unix/hints/include/compiler.370 @@ -147,9 +147,9 @@ CCXX=clang++ -std=c++17 endif # clang++ greater than or equal to 14 endif # CPLUSPLUS_NEED17 endif # end of clang++-specific section +CXX=$(CCXX) endif # CPLUSPLUS_NEEDED -CXX=$(CCXX) endif # MAKEFILE_SRC #end of compiler.370