1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

remove background audio hack

This commit is contained in:
Andrey Filipenkov
2021-03-09 11:12:17 +03:00
parent 93e9bc4e51
commit 09f5ea52f2
2 changed files with 1 additions and 12 deletions

View File

@@ -32,7 +32,7 @@ set(server_LIBS vcmi)
if(CMAKE_SYSTEM_NAME MATCHES FreeBSD)
set(server_LIBS execinfo ${server_LIBS})
elseif(APPLE_IOS)
set(server_LIBS ${server_LIBS} "-framework UIKit -framework AVFoundation")
set(server_LIBS ${server_LIBS} "-framework UIKit")
endif()
target_link_libraries(vcmiserver PRIVATE ${server_LIBS} minizip::minizip)