Skip to content

Commit fbcfc84

Browse files
committed
macOS fix
1 parent 8272f4a commit fbcfc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ build-info.h: $(GIT_INDEX)
203203

204204

205205
main: examples/main/main.cpp build-info.h ggml.o llama.o common.o $(OBJS)
206-
$(CXX) $(CXXFLAGS) $^ -o $@ $(LDFLAGS)
206+
$(CXX) $(CXXFLAGS) $(filter-out build-info.h,$^) -o $@ $(LDFLAGS)
207207
@echo
208208
@echo '==== Run ./main -h for help. ===='
209209
@echo

0 commit comments

Comments
 (0)