Skip to content

Commit

Permalink
zano support for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK committed Dec 17, 2024
1 parent adf7cb3 commit ed2b5af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/full_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
strategy:
fail-fast: false
matrix:
coin: [monero, wownero]
coin: [monero, wownero, zano]
name: macos build
runs-on: macos-14
steps:
Expand Down Expand Up @@ -361,6 +361,10 @@ jobs:
with:
name: macos wownero
path: release/wownero
- uses: actions/download-artifact@v4
with:
name: macos zano
path: release/zano
- uses: actions/download-artifact@v4
with:
name: mingw monero
Expand Down
1 change: 1 addition & 0 deletions contrib/depends/toolchain.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ include_directories(@prefix@/include)
include_directories(@prefix@/include/wownero_seed)

add_definitions(-DPOLYSEED_STATIC=ON)
add_definitions(-DMOBILE_WALLET_BUILD)

#Create a new global cmake flag that indicates building with depends
set (DEPENDS true)

0 comments on commit ed2b5af

Please sign in to comment.