Page MenuHomePhabricator

[cmake] Enable OSX cross compilation
ClosedPublic

Authored by deadalnix on May 6 2018, 01:56.

Details

Summary

This create a plateform file for OSX, and backports a small part of D1342 that is required for OSX compilation - the rest of the patch being about finding libraries using brew.

Test Plan
cmake -GNinja .. -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/OSX.cmake
ninja

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

schancel added a subscriber: schancel.

Closed D1342 as it wasn't supposed to have any of the brew stuff. Apparently I added stuff in the wrong order anyways.

This revision is now accepted and ready to land.May 6 2018, 06:14
This revision was automatically updated to reflect the committed changes.