To use full C++ we have to have its compiler as the linker.

This commit is contained in:
2024-04-24 19:39:37 -04:00
parent d2c22dc648
commit 3918c56a15
+1 -1
View File
@@ -31,6 +31,6 @@ define act_objcc
endef
define act_link
$(LINK) -o "$@" $^ $(LDFLAGS)
$(CXX) -o "$@" $^ $(LDFLAGS)
endef