diff --git a/setup.py b/setup.py index 84f4c82de..fd5a0ede5 100644 --- a/setup.py +++ b/setup.py @@ -231,7 +231,6 @@ def clear_build(): if file not in ("__init__.py", "__pycache__"): os.remove(f'hikyuu/cpp/{file}') print('clear finished!') - os.system("xmake clean") @click.command()