Case sensitive link (#269)

This commit is contained in:
Laurent Amat 2021-03-05 08:04:04 +01:00 committed by GitHub
parent d239738ec6
commit e7f7e470e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -191,7 +191,7 @@ if (USE_TLS)
target_link_libraries(ixwebsocket ${MBEDTLS_LIBRARIES})
elseif (USE_SECURE_TRANSPORT)
message(STATUS "TLS configured to use secure transport")
target_link_libraries(ixwebsocket "-framework foundation" "-framework security")
target_link_libraries(ixwebsocket "-framework Foundation" "-framework Security")
endif()
endif()