CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-11-08 10:08:19 +01:00
parent 283ab0e7ea
commit d7142312c9
7 changed files with 43 additions and 5 deletions
+7
View File
@@ -187,6 +187,13 @@ include(CheckIncludeFile)
include(CheckStructHasMember)
include(CheckSymbolExists)
# TODO later: use pledge()
# https://justine.lol/pledge/
# https://github.com/jart/cosmopolitan
# https://news.ycombinator.com/item?id=32096801
##find_package(PkgConfig QUIET)
##pkg_check_modules(PKG_libseccomp QUIET libseccomp)
if(NOT DEFINED HAVE_UNISTD_H)
check_include_file("unistd.h" HAVE_UNISTD_H)
endif()