Skip to content

Commit d04bd47

Browse files
committed
chore(Makefile): small fixup for darwin MLX builds
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 1d830ce commit d04bd47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,10 +362,10 @@ backends/llama-cpp-darwin: build
362362
bash ./scripts/build/llama-cpp-darwin.sh
363363
./local-ai backends install "ocifile://$(abspath ./backend-images/llama-cpp.tar)"
364364

365-
build-darwin-python-backend:
365+
build-darwin-python-backend: build
366366
bash ./scripts/build/python-darwin.sh
367367

368-
backends/mlx: build
368+
backends/mlx:
369369
BACKEND=mlx BUILD_TYPE=mps $(MAKE) build-darwin-python-backend
370370
./local-ai backends install "ocifile://$(abspath ./backend-images/mlx.tar)"
371371

0 commit comments

Comments
 (0)