From 2a43d56772137d69f5787b40fdfeb7e6effd68d5 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Wed, 26 Dec 2018 20:04:11 +0100 Subject: muh macos support --- src/hardware_functions.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/hardware_functions.cpp') diff --git a/src/hardware_functions.cpp b/src/hardware_functions.cpp index 29823cdf..ebba6ab7 100644 --- a/src/hardware_functions.cpp +++ b/src/hardware_functions.cpp @@ -50,6 +50,13 @@ QString get_hdid() return "gxcpz32sa9fnwic92mfbs0"; } +#elif defined __APPLE__ +QString get_hdid() +{ + //hdids are broken at this point anyways + return "just a mac passing by"; +} + #else #error This operating system is unsupported for hardware functions. -- cgit