From fe7027e8eeec1ada817ac5bbae8011bcc9edfc4a Mon Sep 17 00:00:00 2001 From: Kim Seon Woo <69591622+seonwoo960000@users.noreply.github.com> Date: Tue, 7 Oct 2025 23:33:13 +0900 Subject: [PATCH] Fix Makefile libs command --- bindings/java/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/java/Makefile b/bindings/java/Makefile index 572521784..9251afe83 100644 --- a/bindings/java/Makefile +++ b/bindings/java/Makefile @@ -10,7 +10,7 @@ LINUX_X86_DIR := $(RELEASE_DIR)/linux_x86 .PHONY: libs macos_x86 macos_arm64 windows lint lint_apply test build_test -libs: macos_x86 macos_arm64 windows +libs: macos_x86 macos_arm64 windows linux_x86 macos_x86: @echo "Building release version for macOS x86_64..."