This makes it possible to cross build for OSX with GUIX.
Details
Details
- Reviewers
PiRK - Group Reviewers
Restricted Project - Commits
- rABCb549ecee3b90: [guix] Fix the build for OSX
HOSTS=x86_64-apple-darwin ./contrib/guix/guix-build
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Fix quotes, move unsets to darwin only.
The quotes will cause warnings due to empty strings but it's harmless, and other solutions cause cmake to fail parsing.