mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 20:22:34 +02:00
add a missing period for apple qxmpp ext
This commit is contained in:
parent
6042ba6cf2
commit
0990910ed2
1 changed files with 1 additions and 1 deletions
2
cmake/externals/qxmpp/CMakeLists.txt
vendored
2
cmake/externals/qxmpp/CMakeLists.txt
vendored
|
@ -59,7 +59,7 @@ if (WIN32)
|
|||
set(${EXTERNAL_NAME_UPPER}_DLL_PATH ${_LIB_DIR} CACHE PATH "Location of QXmpp DLL")
|
||||
else ()
|
||||
if (APPLE)
|
||||
set(_LIB_EXT "dylib")
|
||||
set(_LIB_EXT ".dylib")
|
||||
else ()
|
||||
set(_LIB_EXT ".so")
|
||||
endif ()
|
||||
|
|
Loading…
Reference in a new issue