Skip to content

Commit

Permalink
fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
bakatrouble committed Feb 7, 2020
1 parent 397dc7c commit 0497e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci_scripts/03-build.bat
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
xcopy /E /I /C ..\openssl_1_1_1\out64 ..\openssl_1_1_1\out32
xcopy /E /I /C ..\opus\win32\VS2015\x64 ..\opus\win32\VS2015\Win32
xcopy /E /I /C /Y ..\openssl_1_1_1\out64 ..\openssl_1_1_1\out32
xcopy /E /I /C /Y ..\opus\win32\VS2015\x64 ..\opus\win32\VS2015\Win32
python setup.py build
python setup.py bdist_wheel

0 comments on commit 0497e73

Please sign in to comment.