From e0c247f3b2a2f07df992e3397d49bce4370f9386 Mon Sep 17 00:00:00 2001 From: Jiang Date: Fri, 13 Mar 2026 16:46:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=B0=81=E8=A3=85=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compile.py b/scripts/compile.py index 77e787a..1662539 100755 --- a/scripts/compile.py +++ b/scripts/compile.py @@ -100,7 +100,7 @@ def build_extensions(target_dirs): if __name__ == "__main__": # Default directories to compile if none provided - DEFAULT_TARGETS = ["app/services", "app/native/wndb", "app/services"] + DEFAULT_TARGETS = ["app/services", "app/native/wndb", "app/algorithms"] # Check for help flag if len(sys.argv) > 1 and sys.argv[1] in ["--help", "-h"]: