Merge pull request #325 from Geertiebear/master

Fix build
This commit is contained in:
Alexander van der Grinten 2021-10-26 11:20:13 +02:00 committed by GitHub
commit cf279b897a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -282,8 +282,7 @@ if not headers_only
dependencies: libc_deps,
link_with: [ldso_lib],
link_whole: libc_sublibs,
install: true,
pic: true)
install: true)
shared_library('dl', 'libdl/src/dummy.cpp', install: true)
shared_library('pthread', 'libpthread/src/dummy.cpp', install: true)