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
master
Daniel Kolesa 2021-04-07 02:01:05 +02:00
parent 34959f44f3
commit f03407400c
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ else
libcubescript_src, include_directories: lib_incdirs,
cpp_args: dyn_cxxflags,
install: true,
pic: true,
version: meson.project_version()
)
endif