Skip to content

Commit

Permalink
build(windows): fix curl linking
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed May 31, 2024
1 parent f0a00ae commit 3701dff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion cmake/compile_definitions/common.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -137,5 +137,4 @@ list(APPEND SUNSHINE_EXTERNAL_LIBRARIES
${FFMPEG_LIBRARIES}
${Boost_LIBRARIES}
${OPENSSL_LIBRARIES}
${CURL_LIBRARIES}
${PLATFORM_LIBRARIES})
4 changes: 3 additions & 1 deletion cmake/compile_definitions/unix.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# unix specific compile definitions
# put anything here that applies to both linux and macos

list(APPEND SUNSHINE_EXTERNAL_LIBRARIES Boost::log)
list(APPEND SUNSHINE_EXTERNAL_LIBRARIES
Boost::log
${CURL_LIBRARIES})

# add install prefix to assets path if not already there
if(NOT SUNSHINE_ASSETS_DIR MATCHES "^${CMAKE_INSTALL_PREFIX}")
Expand Down

0 comments on commit 3701dff

Please sign in to comment.