mirror of
https://abf.rosa.ru/djam/SDL3.git
synced 2025-02-24 06:12:56 +00:00
12 lines
461 B
Diff
12 lines
461 B
Diff
diff -urN SDL2-2.0.5/CMakeLists.txt SDL2-2.0.5-patched/CMakeLists.txt
|
|
--- SDL2-2.0.5/CMakeLists.txt 2016-10-20 13:56:26.000000000 +1000
|
|
+++ SDL2-2.0.5-patched/CMakeLists.txt 2017-02-27 20:03:11.662196288 +1000
|
|
@@ -1541,7 +1541,7 @@
|
|
if(UNIX)
|
|
set_target_properties(SDL2 PROPERTIES
|
|
VERSION ${LT_VERSION}
|
|
- SOVERSION ${LT_REVISION}
|
|
+ SOVERSION 0
|
|
OUTPUT_NAME "SDL2-${LT_RELEASE}")
|
|
else()
|
|
set_target_properties(SDL2 PROPERTIES
|