mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 22:25:11 +00:00
- Updated to 1.2.0
This commit is contained in:
parent
8f387e6605
commit
36fec23dc2
|
@ -57,7 +57,7 @@ add_library(polarssl STATIC ${src})
|
||||||
else(NOT USE_SHARED_POLARSSL_LIBRARY)
|
else(NOT USE_SHARED_POLARSSL_LIBRARY)
|
||||||
|
|
||||||
add_library(polarssl SHARED ${src})
|
add_library(polarssl SHARED ${src})
|
||||||
set_target_properties(polarssl PROPERTIES VERSION 1.1.1 SOVERSION 1)
|
set_target_properties(polarssl PROPERTIES VERSION 1.2.0 SOVERSION 2)
|
||||||
|
|
||||||
endif(NOT USE_SHARED_POLARSSL_LIBRARY)
|
endif(NOT USE_SHARED_POLARSSL_LIBRARY)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue