Explorar el Código

Copy `sndfile.lib` into build path

tags/v1.8.0
Xerbo hace 4 años
padre
commit
45d29136d6
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      build_windows.sh

+ 2
- 0
build_windows.sh Ver fichero

@@ -34,6 +34,8 @@ if [ ! -d "libsndfile-1.0.29-win64" ]; then
fi
cp "libsndfile-1.0.29-win64/bin/sndfile.dll" $TEMP_PATH/bin/sndfile.dll
cp "libsndfile-1.0.29-win64/include/sndfile.h" $TEMP_PATH/include/sndfile.h
cp "libsndfile-1.0.29-win64/lib/sndfile.lib" $TEMP_PATH/lib/sndfile.lib


# Copy DLL's into root for CPack
cp $TEMP_PATH/bin/*.dll ../


Cargando…
Cancelar
Guardar