diff --git a/src/bin/launcher/Makefile b/src/bin/launcher/Makefile index a8e7976..f58decb 100644 --- a/src/bin/launcher/Makefile +++ b/src/bin/launcher/Makefile @@ -31,7 +31,7 @@ # Link The Binary $(BINARY) : $(OBJS) - $(CC) -o $@ -lm $(LIBRARIES2) $(OBJS) + $(CXX) -o $@ -lm -lstdc++ $(LIBRARIES2) $(OBJS) #strip $(BINARY) # Compile the source files