Add missing fftw libraries for Windows build (#6702)

Add missing fftw library for Windows build
This commit is contained in:
Lawrence37
2023-03-06 23:11:58 -08:00
committed by GitHub
parent ae3155a17f
commit 92f0a11dc7

View File

@@ -94,6 +94,8 @@ jobs:
- name: Bundle dependencies
run: |
echo "Listing shared library dependencies."
ldd "./build/${{matrix.build_type}}/rawtherapee.exe"
echo "Getting workspace path."
export BUILD_DIR="$(pwd)/build/${{matrix.build_type}}"
echo "Build directory is '$BUILD_DIR'."
@@ -120,6 +122,7 @@ jobs:
"libexpat-1.dll" \
libffi-*.dll \
"libfftw3f-3.dll" \
"libfftw3f_omp-3.dll" \
"libfontconfig-1.dll" \
"libfreetype-6.dll" \
"libfribidi-0.dll" \