caitp / TwitchSwitcher

OBS-Studio plugin to switch Twitch.tv game name and channel status automatically
Other
35 stars 5 forks source link

Build on OSX #9

Closed caitp closed 8 years ago

caitp commented 8 years ago

The WebViewImpl implementation using WKWebView does absolutely nothing yet, this is intentional.

The unit tests fail to build. This means the fancy macros I wrote don't quite work right on the mac toolchain, but it's okay because they aren't used anymore anyways. Those should be fixec later.

(If anyone is reading this before the mac build is fully working, be sure to add -DTSW_BUILD_TESTS=NO to your cmake command to prevent the broken tests from being built)