Skip to content

Commit

Permalink
Fix openssl lib path for Windows 64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkanovikov committed Apr 21, 2023
1 parent f011a94 commit e1c89bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/windows/make-exe_64.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ cp $Qt5_Dir/plugins/styles/qwindowsvistastyle.dll $EXE_APP_DIR/styles/
#
# Copy openssl lib
#
cp /c/Program\ Files/OpenSSL-Win64/*.dll $EXE_APP_DIR
cp /c/Program\ Files/OpenSSL/*.dll $EXE_APP_DIR
#
# Copy msvc lib
#
Expand Down

0 comments on commit e1c89bc

Please sign in to comment.