From fad7a26550808eb10d48924979c3f21322da928a Mon Sep 17 00:00:00 2001 From: asquelt Date: Tue, 11 Apr 2017 12:49:48 +0200 Subject: [PATCH] try to build osx version --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c5f9b786..e69d3f7e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,3 +126,6 @@ endif() # --- End of section --- # TODO : OS X build settings and tasks +if (APPLE) + set_xcode_property(obs-browser CLANG_CXX_LIBRARY "libc++") +endif(APPLEE)