From 83302c7ddcb5ee10feea917bee1fdc8af3cf1972 Mon Sep 17 00:00:00 2001 From: adityapk00 Date: Fri, 9 Nov 2018 17:53:11 -0800 Subject: [PATCH] MacOS stub --- src/connection.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/connection.cpp b/src/connection.cpp index 556b76b..68aef68 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -259,6 +259,8 @@ bool ConnectionLoader::startEmbeddedZcashd() { #ifdef Q_OS_LINUX ezcashd->start(zcashdProgram); +#elif defined(Q_OS_DARWIN) + ezcashd->start(zcashdProgram); #else ezcashd->setWorkingDirectory(fi.dir().absolutePath()); ezcashd->start("zcashd.exe");