From c6d5cc555a5bf974729bcc21ec461c9d8c4efcc0 Mon Sep 17 00:00:00 2001 From: asquelt Date: Wed, 5 Apr 2017 13:33:36 +0200 Subject: [PATCH] try to build osx version --- CI/before-script-osx.sh | 1 - 1 file changed, 1 deletion(-) 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