From 6f0967f3fc444ebbe1e7a6b013a0c9182f6209be Mon Sep 17 00:00:00 2001 From: Brad Hefta-Gaub Date: Mon, 11 Jul 2016 18:28:04 -0700 Subject: [PATCH] add mac support to the codec plugin --- plugins/hifiCodec/CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/hifiCodec/CMakeLists.txt b/plugins/hifiCodec/CMakeLists.txt index da964bfdfd..3939529c3e 100644 --- a/plugins/hifiCodec/CMakeLists.txt +++ b/plugins/hifiCodec/CMakeLists.txt @@ -6,9 +6,7 @@ # See the accompanying file LICENSE or http:#www.apache.org/licenses/LICENSE-2.0.html # - - -if (WIN32) +if (WIN32 OR APPLE) set(TARGET_NAME hifiCodec) setup_hifi_client_server_plugin()