changeset 259:14ed3a2500e6

Fix build.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 24 Dec 2019 05:14:48 +0200
parents daaad6ad8212
children 2552756f2876
files Makefile.gen
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Thu Dec 05 16:36:01 2019 +0200
+++ b/Makefile.gen	Tue Dec 24 05:14:48 2019 +0200
@@ -149,7 +149,7 @@
 
 
 $(APP_BIN): $(addprefix $(OBJPATH),$(APP_OBJS)) $(APP_DEP_LIBS) | $(APP_DEPS)
-	$(LINK_BIN) $(APP_LIBS)
+	$(LINK_CXX_BIN) $(APP_LIBS)
 
 
 ###