# HG changeset patch # User Matti Hamalainen # Date 1577157288 -7200 # Node ID 14ed3a2500e6f1013b5c1033939b61140723a370 # Parent daaad6ad82127b7917f525ce0091d94f78466870 Fix build. diff -r daaad6ad8212 -r 14ed3a2500e6 Makefile.gen --- 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) ###