forked from such-gitea/wownero-lws
fix windows build deps
This commit is contained in:
@@ -113,8 +113,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Windows Dependencies
|
- name: Build Windows Dependencies
|
||||||
run: |
|
run: |
|
||||||
# This magic step compiles OpenSSL, Boost, ZMQ, etc. for Windows
|
# FIX: The depends folder is inside the submodule!
|
||||||
cd contrib/depends
|
cd external/monero/contrib/depends
|
||||||
make HOST=x86_64-w64-mingw32 -j$(nproc)
|
make HOST=x86_64-w64-mingw32 -j$(nproc)
|
||||||
|
|
||||||
- name: Build Windows (Cross-Compile)
|
- name: Build Windows (Cross-Compile)
|
||||||
|
|||||||
Reference in New Issue
Block a user