Skip to content

Commit

Permalink
bundle fftw3 dependencies in Windows SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed May 6, 2023
1 parent 59ae1a1 commit a3a54a9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/build-shotcut-msys2.sh
Expand Up @@ -1197,6 +1197,15 @@ function deploy
cmd cp -p /mingw64/bin/{libcrypto-1_1-x64,libssl-1_1-x64}.dll .
if [ "$DEBUG_BUILD" = "1" -o "$SDK" = "1" ]; then
cmd cp -p "$SOURCE_DIR"/shotcut/drmingw/x64/bin/*.{dll,yes} .
cmd cp -p /mingw64/bin/libfftw3*.dll bin/
cmd cp -p /mingw64/lib/libfftw3*.a lib/
cmd cp -p /mingw64/include/fftw3* include/
cmd cp -p /mingw64/lib/pkgconfig/fftw3*.pc lib/pkgconfig/
# cmd mkdir -p lib/cmake/fftw3 lib/cmake/fftw3f lib/cmake/fftw3l lib/cmake/fftw3q
# cmd cp -p /mingw64/lib/cmake/fftw3/*.cmake lib/cmake/fftw3/
# cmd cp -p /mingw64/lib/cmake/fftw3f/*.cmake lib/cmake/fftw3f/
# cmd cp -p /mingw64/lib/cmake/fftw3l/*.cmake lib/cmake/fftw3l/
# cmd cp -p /mingw64/lib/cmake/fftw3q/*.cmake lib/cmake/fftw3q/
fi

log Copying some plugins, qml, and translations from Qt
Expand Down

0 comments on commit a3a54a9

Please sign in to comment.