From 9bfff9539e5c322d1d3066693075c41dba6bf7bf Mon Sep 17 00:00:00 2001 From: Palakis Date: Fri, 14 Apr 2017 23:27:39 +0200 Subject: [PATCH] Meh, not working as expected --- CI/before-script-osx.sh | 2 ++ CMakeLists.txt | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CI/before-script-osx.sh b/CI/before-script-osx.sh index b5b24b6e..dface698 100755 --- a/CI/before-script-osx.sh +++ b/CI/before-script-osx.sh @@ -3,6 +3,8 @@ set -ex mkdir build && cd build +ls -lh ../../obs-studio/build/UI/obs-frontend-api + cmake .. \ -DCMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake \ -DQt5Core_DIR=$(brew --prefix qt5)/lib/cmake/Qt5Core \ diff --git a/CMakeLists.txt b/CMakeLists.txt index 69b73c2f..f50aafac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,5 +130,4 @@ if(APPLE) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++ -fvisibility=default -v") set_target_properties(obs-websocket PROPERTIES PREFIX "") - target_link_libraries(obs-websocket "${OBS_FRONTEND_LIB}") endif()