-
sech1selsta is the GUI wallet for MacOS x64 only, or is it a fat binary (x64 + arm64)?
-
sech1I'll make a PR for p2pool v3.4 soon, but it added MacOS arm64 binary so why I'm asking
-
selstasech1: we are going to have separate binaries for x64 and arm
-
sech1so it's x64 only now, and arm is planned, correct?
-
sech1
-
sech1no armv8 in the list?
-
sech1Is it not supported?
-
sech1I'll just skip MacOS aarch64 build for v3.4 pull request, will figure it out later
-
selstayes, x64 only currently and arm64 will be added with the next release
-
selsta
-
selstayou can use this
-
sech1right, the default macro definitions
-
sech1I'll also need to change verify.py from Github CI
-
sech1I'll prepare the PR in the next few days
-
plowsof11thanks sech1, verify.py should be painless if it's simply a 'new' os, with another filename / same format github.com/monero-project/monero-gu…9f159e/.github/verify_p2pool.py#L10)
-
sech1It's not new os though, it's different architecture for the same os
-
sech1so it will require a bit more tweaking
-
sech1I could add a define Q_OS_MACOS_ARM64 in the beginning, hmm... Then it's just adding a line to the list
-
plowsof11sounds simpler yes^ rather than uhm, += "&& defined({custom_arch})" after checking if we have one set