Skip to content

Commit 9abc744

Browse files
committed
#6 Fix building seccomp with ninja
1 parent 3dfc40a commit 9abc744

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

external/libseccomp.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ IF((NOT DEFINED LIBSECCOMP_BUILD_OWN AND (NOT EXISTS "${libseccomp_LIB_PATH}" OR
6161
make
6262
INSTALL_COMMAND
6363
make install
64+
65+
BUILD_BYPRODUCTS
66+
<INSTALL_DIR>/lib/libseccomp.a
6467
)
6568

6669
ExternalProject_Get_Property(seccomp_project

0 commit comments

Comments
 (0)