Skip to content

Commit

Permalink
Current version of Psi+ is 1.5.1873
Browse files Browse the repository at this point in the history
It is based on:
* psi: 5ba075a1
* plugins: c5d5359
* psimedia: 478567e
* resources: c35f1e3
  • Loading branch information
tehnick committed May 11, 2024
1 parent 6715a1b commit 88c19e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/generic/omemoplugin/cmake/omemo_c.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ message(STATUS "OMEMO_C: using bundled")
set(OMEMO_C_PREFIX ${CMAKE_CURRENT_BINARY_DIR}/omemo-c)
set(OMEMO_C_BUILD_DIR ${OMEMO_C_PREFIX}/build)
set(OMEMO_C_INCLUDE_DIR ${OMEMO_C_PREFIX}/src/OmemoCProject/src)
set(OMEMO_C_LIBRARY ${OMEMO_C_BUILD_DIR}/src/${CMAKE_STATIC_LIBRARY_PREFIX}omemo-c${D}${CMAKE_STATIC_LIBRARY_SUFFIX})
set(OMEMO_C_LIBRARY ${OMEMO_C_BUILD_DIR}/src/${CMAKE_STATIC_LIBRARY_PREFIX}omemo-c${CMAKE_STATIC_LIBRARY_SUFFIX})
set(Protobuf_C_LIBRARY ${OMEMO_C_BUILD_DIR}/src/protobuf-c/install/lib/${CMAKE_STATIC_LIBRARY_PREFIX}protobuf-c${CMAKE_STATIC_LIBRARY_SUFFIX})
if(APPLE)
set(COREFOUNDATION_LIBRARY "-framework CoreFoundation")
Expand Down

0 comments on commit 88c19e6

Please sign in to comment.