1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

cosmetics

This commit is contained in:
Andrey Filipenkov 2021-03-04 17:21:45 +03:00
parent fe86ac97b6
commit fa90fc0aa4
2 changed files with 2 additions and 2 deletions

View File

@ -231,7 +231,7 @@ if(APPLE_IOS)
endif(APPLE_IOS)
# Check if some platform-specific libraries are needed for linking
if(NOT WIN32 AND NOT ${CMAKE_SYSTEM_NAME} STREQUAL "iOS")
if(NOT WIN32 AND NOT APPLE_IOS)
include(CheckLibraryExists)
# Shared memory functions used by Boost.Interprocess

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
boostPrefix=~/dev/ios/vcmi-ios-deps/Apple-Boost-BuildScript-master/build/boost/1.75.0/ios/release/prefix
boostPrefix=~/dev/other/Apple-Boost-BuildScript/build/boost/1.75.0/ios/debug/prefix
ffmpegDir=~/dev/ios/vcmi-ios-deps/mobile-ffmpeg-min-universal
sdlLibsDir=~/dev/ios/vcmi-ios-deps/SDL2-lib