Skip to content

Commit

Permalink
chore: next try
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Jan 13, 2025
1 parent 79b2379 commit a0b000b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion stage0/src/CMakeLists.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a0b000b

Please sign in to comment.