Changeset View
Changeset View
Standalone View
Standalone View
files/libbinaryen-soname.patch
- This file was added.
| --- a/CMakeLists.txt | |||||
| +++ b/CMakeLists.txt | |||||
| @@ -300,6 +300,8 @@ | |||||
| else() | |||||
| message(STATUS "Building libbinaryen as shared library.") | |||||
| add_library(binaryen SHARED ${binaryen_SOURCES} ${binaryen_objs}) | |||||
| + set_target_properties(binaryen PROPERTIES VERSION ${PROJECT_VERSION}) | |||||
| + set_target_properties(binaryen PROPERTIES SOVERSION 0) | |||||
| endif() | |||||
| install(TARGETS binaryen | |||||
| RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} | |||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.