mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
try to build osx version
This commit is contained in:
@ -126,3 +126,6 @@ endif()
|
|||||||
# --- End of section ---
|
# --- End of section ---
|
||||||
|
|
||||||
# TODO : OS X build settings and tasks
|
# TODO : OS X build settings and tasks
|
||||||
|
if(APPLE)
|
||||||
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++ -fvisibility=default -v")
|
||||||
|
endif()
|
||||||
|
Reference in New Issue
Block a user