We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f540d08 commit cb36240Copy full SHA for cb36240
app/win-prebuild.bat
@@ -28,12 +28,12 @@ REM Build external delendencies and copy to build tree
28
@echo Building external binary dependencies...
29
call external/win_x64_build_externals.bat
30
31
+cd %~dp0
32
+
33
REM Copy prebuilt native files to server
34
@echo Copying aubio to the server...
35
copy external\build\aubio-prefix\src\aubio-build\Release\aubio_onset.exe server\native\
36
-cd %~dp0
-
37
@echo Copying all other native files to server...
38
xcopy /Y /I /R /E ..\prebuilt\windows\x64\*.* server\native
39
0 commit comments