diff --git a/CI/before-script-osx.sh b/CI/before-script-osx.sh index 0a12ea04..12fd8135 100755 --- a/CI/before-script-osx.sh +++ b/CI/before-script-osx.sh @@ -9,6 +9,5 @@ cmake .. \ -DQt5Widgets_DIR=$(brew --prefix qt5)/lib/cmake/Qt5Widgets \ -DQt5WebSockets_DIR=$(brew --prefix qt5)/lib/cmake/Qt5WebSockets \ -DLIBOBS_INCLUDE_DIR=../../obs-studio/libobs \ - -DLIBOBS_LIB=/usr/local/bin \ -DCMAKE_INSTALL_PREFIX=/usr \ && make -j4