Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 2e51d6f

Browse files
committed
c:m
1 parent d37cfb1 commit 2e51d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-cpp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ ifeq ($(OS),Windows_NT)
107107
@powershell -Command "cp -r build\engines\cortex.python cortex-cpp\engines\;"
108108
@powershell -Command "cd cortex-cpp;..\..\.github\scripts\e2e-test-python-windows.bat cortex-cpp.exe ..\..\.github\scripts\$(PYTHON_FILE_EXECUTION_PATH);"
109109
@powershell -Command "ls; cd .\cortex-cpp\; rm *.txt; ls"
110-
@powershell -Command "ls; cd .\cortex-cpp\engines; Remove-Item \".\cortex.python\*.*\"; ls;"
110+
@powershell -Command "mkdir xxx; ls; cd .\cortex-cpp\engines; Move-Item -Path .\cortex.python -Destination ..\..\xxx"; ls;"
111111
@powershell -Command "ls;"
112112
else ifeq ($(shell uname -s),Linux)
113113
@cp -rf build/engines/cortex.python cortex-cpp/engines/; \

0 commit comments

Comments
 (0)