更新封装路径
This commit is contained in:
+1
-1
@@ -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"]:
|
||||
|
||||
Reference in New Issue
Block a user