mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
cosmetics
This commit is contained in:
parent
fe86ac97b6
commit
fa90fc0aa4
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user