Skip to content

Commit 9e0c292

Browse files
committed
Try an other fix to build with the workflow.
Signed-off-by: shadow2560 <24191064+shadow2560@users.noreply.github.com>
1 parent e6fcd8b commit 9e0c292

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
base-devel
1919
mingw-w64-x86_64-toolchain
2020
mingw64/mingw-w64-x86_64-qt5-static
21-
mingw-w64-x86_64-openssl
2221
- name: build
2322
shell: msys2 {0}
2423
run: |

NxNandManager/gui/NxNandManager.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,14 @@ RC_FILE = NxNandManager.rc
159159
CONFIG(ARCH32) {
160160
DEFINES += ARCH32
161161
#OPENSSL PATH
162-
OPENSSL_LIB_PATH = $$PWD/../../../OpenSSL_mingw32
162+
OPENSSL_LIB_PATH = $$PWD/../../../../../mingw32
163163
LIBS += -L$$PWD/../virtual_fs/dokan/x86/lib/ -ldokan1
164164

165165
}
166166
CONFIG(ARCH64) {
167167
DEFINES += ARCH64
168168
#OPENSSL PATH
169-
OPENSSL_LIB_PATH = $$PWD/../../../OpenSSL_mingw64
169+
OPENSSL_LIB_PATH = $$PWD/../../../../../mingw64
170170
LIBS += -L$$PWD/../virtual_fs/dokan/x64/lib/ -ldokan1
171171
}
172172

0 commit comments

Comments
 (0)