forked from github-such-software/hash-wallet
Compare commits
2 Commits
b5eb4e6019
...
b21441d32a
| Author | SHA1 | Date | |
|---|---|---|---|
| b21441d32a | |||
|
|
93ed1bd9ee |
3
.github/workflows/build-windows.yml
vendored
3
.github/workflows/build-windows.yml
vendored
@@ -182,9 +182,10 @@ jobs:
|
|||||||
# MinGW-w64 distribution, which ships the same x86_64-w64-mingw32
|
# MinGW-w64 distribution, which ships the same x86_64-w64-mingw32
|
||||||
# ABI used to build the wallet libs.
|
# ABI used to build the wallet libs.
|
||||||
RUNTIME_PATHS=(
|
RUNTIME_PATHS=(
|
||||||
|
"/c/flutter/bin/mingit/mingw64/bin" # Flutter's bundled mingit — guaranteed present since Flutter is
|
||||||
"$SRC" # monero_c bundle
|
"$SRC" # monero_c bundle
|
||||||
"/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin" # choco install -y mingw
|
"/c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/bin" # choco install -y mingw
|
||||||
"/c/Program Files/Git/mingw64/bin" # Git for Windows
|
"/c/Program Files/Git/mingw64/bin" # Git for Windows (may be overwritten by other tools)
|
||||||
"/mingw64/bin" # MSYS2 fallback
|
"/mingw64/bin" # MSYS2 fallback
|
||||||
)
|
)
|
||||||
for runtime in libssp-0.dll libwinpthread-1.dll; do
|
for runtime in libssp-0.dll libwinpthread-1.dll; do
|
||||||
|
|||||||
Reference in New Issue
Block a user