mirror of
https://abf.rosa.ru/djam/SDL2.git
synced 2025-02-23 22:52:58 +00:00
13 lines
481 B
Diff
13 lines
481 B
Diff
![]() |
diff -urN SDL2-2.0.7/CMakeLists.txt SDL2-2.0.7-patched/CMakeLists.txt
|
||
|
--- SDL2-2.0.7/CMakeLists.txt 2017-10-24 05:27:45.000000000 +1000
|
||
|
+++ SDL2-2.0.7-patched/CMakeLists.txt 2017-11-17 11:57:50.811762729 +1000
|
||
|
@@ -1699,7 +1699,7 @@
|
||
|
elseif(UNIX AND NOT ANDROID)
|
||
|
set_target_properties(SDL2 PROPERTIES
|
||
|
VERSION ${LT_VERSION}
|
||
|
- SOVERSION ${LT_REVISION}
|
||
|
+ SOVERSION 0
|
||
|
OUTPUT_NAME "SDL2-${LT_RELEASE}")
|
||
|
else()
|
||
|
set_target_properties(SDL2 PROPERTIES
|