Page MenuHomePhabricator

Fix the windows build
ClosedPublic

Authored by deadalnix on Dec 9 2017, 14:22.

Details

Summary

It's been broken for some time.

Test Plan
mkdir buildwin64
cd buildwin64
make -C ../depends/ HOST=x86_64-w64-mingw32
CONFIG_SITE=$PWD/../depends/x86_64-w64-mingw32/share/config.site ../configure --enable-reduce-exports --disable-bench --disable-gui-tests --without-seeder
make dist
make

Diff Detail

Repository
rABC Bitcoin ABC
Branch
fixwindowsbuild
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 1304
Build 1304: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Dec 10 2017, 20:15
This revision was automatically updated to reflect the committed changes.