From 376e47277f5380c40ff165f1d8246594d4ea717c Mon Sep 17 00:00:00 2001 From: Geert Custers Date: Tue, 26 Oct 2021 07:28:19 +0000 Subject: [PATCH] meson.build: remove pic option --- meson.build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 54280b6e..b097f9a7 100644 --- a/meson.build +++ b/meson.build @@ -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)