try to build osx version

This commit is contained in:
asquelt
2017-04-11 12:49:48 +02:00
parent e3d3181ad6
commit fad7a26550

View File

@ -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)