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