To use full C++ we have to have its compiler as the linker.
This commit is contained in:
@@ -31,6 +31,6 @@ define act_objcc
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define act_link
|
define act_link
|
||||||
$(LINK) -o "$@" $^ $(LDFLAGS)
|
$(CXX) -o "$@" $^ $(LDFLAGS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user