make : fix c++ compiler

This commit is contained in:
Georgi Gerganov 2024-03-11 11:42:45 +02:00
parent 9654d62f7e
commit 9f3f7d8085
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -634,7 +634,7 @@ ggml-quants.o: ggml-quants.c ggml.h ggml-quants.h ggml-common.h
$(CC) $(CFLAGS) -c $< -o $@
unicode.o: unicode.cpp unicode.h
$(CC) $(CXXFLAGS) -c $< -o $@
$(CXX) $(CXXFLAGS) -c $< -o $@
OBJS += ggml-alloc.o ggml-backend.o ggml-quants.o unicode.o