Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 856a54b

Browse files
authored
Fix libtorch build failure (#57)
1 parent e04f28c commit 856a54b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/setup.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ popd
7171
IF ERRORLEVEL 1 goto no
7272
IF NOT ERRORLEVEL 0 goto no
7373

74-
move /Y libtorch\bin\*.dll libtorch\lib\
74+
IF EXIST libtorch\bin move /Y libtorch\bin\*.dll libtorch\lib\
7575

7676
echo LibTorch is built in %CD%\libtorch.
7777

0 commit comments

Comments
 (0)