From a0b000b9d412aeaf374e4d3513698567c1090970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20B=C3=B6ving?= Date: Mon, 13 Jan 2025 15:22:51 +0100 Subject: [PATCH] chore: next try --- src/CMakeLists.txt | 3 ++- stage0/src/CMakeLists.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5f3aee4c13c6..eb944c047c1f 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -302,7 +302,8 @@ else() endif() include_directories(${LIBUV_INCLUDE_DIR}) if(NOT LEAN_STANDALONE) - string(JOIN " " LEAN_EXTRA_LINKER_FLAGS ${LIBUV_LDFLAGS}) + string(JOIN " " LIBUV_LDFLAGS ${LIBUV_LDFLAGS}) + string(APPEND LEAN_EXTRA_LINKER_FLAGS " ${LIBUV_LDFLAGS}") endif() # Windows SDK (for ICU) diff --git a/stage0/src/CMakeLists.txt b/stage0/src/CMakeLists.txt index 5f3aee4c13c6..eb944c047c1f 100644 --- a/stage0/src/CMakeLists.txt +++ b/stage0/src/CMakeLists.txt @@ -302,7 +302,8 @@ else() endif() include_directories(${LIBUV_INCLUDE_DIR}) if(NOT LEAN_STANDALONE) - string(JOIN " " LEAN_EXTRA_LINKER_FLAGS ${LIBUV_LDFLAGS}) + string(JOIN " " LIBUV_LDFLAGS ${LIBUV_LDFLAGS}) + string(APPEND LEAN_EXTRA_LINKER_FLAGS " ${LIBUV_LDFLAGS}") endif() # Windows SDK (for ICU)