Add missing fftw libraries for Windows build (#6702)
Add missing fftw library for Windows build
This commit is contained in:
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
@@ -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" \
|
||||
|
Reference in New Issue
Block a user