From f03407400ccc854143faebe40524688bd7d7a6f0 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Wed, 7 Apr 2021 02:01:05 +0200 Subject: [PATCH] remove pic: true in the build since meson will always default to pic for static libraries unless overridden with -Db_staticpic=false, we don't want to mess with this --- src/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index b9b70a8..06932f3 100644 --- a/src/meson.build +++ b/src/meson.build @@ -63,7 +63,6 @@ else libcubescript_src, include_directories: lib_incdirs, cpp_args: dyn_cxxflags, install: true, - pic: true, version: meson.project_version() ) endif