Skip to content

Commit

Permalink
Fix build dependency of libucontext when building with ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
lpereira committed Aug 28, 2024
1 parent af47365 commit 9f37366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ if (LWAN_HAVE_LIBUCONTEXT)
BUILD_COMMAND make libucontext.a FREESTANDING=yes
INSTALL_COMMAND make install-static install-headers DESTDIR=${CMAKE_BINARY_DIR} FREESTANDING=yes

BUILD_BYPRODUCTS ${CMAKE_BINARY_DIR}/lib/libucontext.a
BUILD_BYPRODUCTS ${CMAKE_BINARY_DIR}/usr/lib/libucontext.a

BUILD_ALWAYS OFF
UPDATE_DISCONNECTED ON
Expand Down

0 comments on commit 9f37366

Please sign in to comment.