mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 16:06:13 +02:00
add mac support to the codec plugin
This commit is contained in:
parent
3ddac73718
commit
6f0967f3fc
1 changed files with 1 additions and 3 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue