mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 11:51:31 +02:00
fix else condition in hifiAudioCodec
This commit is contained in:
parent
a94fe62b37
commit
8977f9ed92
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ if (NOT ANDROID)
|
||||||
INSTALL_COMMAND ""
|
INSTALL_COMMAND ""
|
||||||
LOG_DOWNLOAD 1
|
LOG_DOWNLOAD 1
|
||||||
)
|
)
|
||||||
elseif ()
|
else ()
|
||||||
ExternalProject_Add(
|
ExternalProject_Add(
|
||||||
${EXTERNAL_NAME}
|
${EXTERNAL_NAME}
|
||||||
URL http://s3.amazonaws.com/hifi-public/dependencies/codecSDK-linux.zip
|
URL http://s3.amazonaws.com/hifi-public/dependencies/codecSDK-linux.zip
|
||||||
|
|
Loading…
Reference in a new issue