File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ diff --git a/sharedlib/CMakeLists.txt b/sharedlib/CMakeLists.txt
2
+ index 8d65e58..d9daeb7 100755
3
+ --- a/sharedlib/CMakeLists.txt
4
+ +++ b/sharedlib/CMakeLists.txt
5
+ @@ -40,6 +40,7 @@ add_library(jpeg SHARED ${JPEG_SRCS} ${DEFFILE} $<TARGET_OBJECTS:simd>
6
+
7
+ set_target_properties(jpeg PROPERTIES SOVERSION ${SO_MAJOR_VERSION}
8
+ VERSION ${SO_MAJOR_VERSION}.${SO_AGE}.${SO_MINOR_VERSION})
9
+ + set_target_properties(jpeg PROPERTIES MACHO_COMPATIBILITY_VERSION 13.0.0 MACHO_CURRENT_VERSION 13.0.0)
10
+ if(APPLE AND (NOT CMAKE_OSX_DEPLOYMENT_TARGET OR
11
+ CMAKE_OSX_DEPLOYMENT_TARGET VERSION_GREATER 10.4))
12
+ if(NOT CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG)
Original file line number Diff line number Diff line change 8
8
url : https://github.com/libjpeg-turbo/libjpeg-turbo/archive/{{ version }}.tar.gz
9
9
sha256 : a78b05c0d8427a90eb5b4eb08af25309770c8379592bb0b8a863373128e6143f
10
10
11
+ patches :
12
+ # set macos compatibility-version and current-version
13
+ - compat.patch
11
14
build :
12
15
number : 1
13
16
You can’t perform that action at this time.
0 commit comments