|
|
|
@ -113,7 +113,7 @@ if (UNIX)
|
|
|
|
|
if (APPLE)
|
|
|
|
|
set_target_properties(mosquitto PROPERTIES LINK_FLAGS "-Wl,-exported_symbols_list -Wl,${mosquitto_SOURCE_DIR}/src/linker-macosx.syms")
|
|
|
|
|
else (APPLE)
|
|
|
|
|
set_target_properties(mosquitto PROPERTIES LINK_FLAGS "-Wl,-exported_symbols_list -Wl,${mosquitto_SOURCE_DIR}/src/linker.syms")
|
|
|
|
|
set_target_properties(mosquitto PROPERTIES LINK_FLAGS "-Wl,-dynamic-list=${mosquitto_SOURCE_DIR}/src/linker.syms")
|
|
|
|
|
endif (APPLE)
|
|
|
|
|
endif (UNIX)
|
|
|
|
|
|
|
|
|
|