summaryrefslogtreecommitdiffstats
path: root/toolchain/ios-arm.cmake
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2015-03-08 01:22:24 +0100
committermanuel <manuel@mausz.at>2015-03-08 01:23:02 +0100
commit01db5526106f75599d84dbe61e419fb9cc3d1298 (patch)
tree35e3a6d328b849196b392f842818fea2a0a3ee49 /toolchain/ios-arm.cmake
parent9d11b08ad61b1f0d6d7023ce403285d8662efaed (diff)
downloadkodi-pvr-build-01db5526106f75599d84dbe61e419fb9cc3d1298.tar.gz
kodi-pvr-build-01db5526106f75599d84dbe61e419fb9cc3d1298.tar.bz2
kodi-pvr-build-01db5526106f75599d84dbe61e419fb9cc3d1298.zip
(temporary) enable NO_SONAME
Diffstat (limited to 'toolchain/ios-arm.cmake')
-rw-r--r--toolchain/ios-arm.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/ios-arm.cmake b/toolchain/ios-arm.cmake
index 9bb8b0e..7c88021 100644
--- a/toolchain/ios-arm.cmake
+++ b/toolchain/ios-arm.cmake
@@ -17,6 +17,8 @@ elseif("${PLATFORM}" STREQUAL "darwin")
17 set(CORE_SYSTEM_NAME darwin) 17 set(CORE_SYSTEM_NAME darwin)
18endif() 18endif()
19 19
20include("${CMAKE_CURRENT_LIST_DIR}/common.cmake")
21
20#set(CMAKE_FIND_ROOT_PATH @CMAKE_FIND_ROOT_PATH@) 22#set(CMAKE_FIND_ROOT_PATH @CMAKE_FIND_ROOT_PATH@)
21 23
22if("${OS}" STREQUAL "ios" OR "${OS}" STREQUAL "osx") 24if("${OS}" STREQUAL "ios" OR "${OS}" STREQUAL "osx")