mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Meh, not working as expected
This commit is contained in:
parent
edf4d919fe
commit
9bfff9539e
@ -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 \
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user