summaryrefslogtreecommitdiff
path: root/loaders/lua5.1
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2022-02-08 17:37:09 -0800
committerChristian Hergert <chergert@redhat.com>2022-02-08 17:37:09 -0800
commit7e007a651120ef4a9043afc9ef0b1c140731eae9 (patch)
tree3e1bdade169b18fd7ce4412148ae3ef78f9c98bc /loaders/lua5.1
parentd150c9dd65027aab82b2cae7507d073ef0414a47 (diff)
downloadlibpeas-7e007a651120ef4a9043afc9ef0b1c140731eae9.tar.gz
build: fix min/max version warnings
We don't want these applied to the gir compilation, so manually add the project_c_args to the targets we care about having min/max glib version applied.
Diffstat (limited to 'loaders/lua5.1')
-rw-r--r--loaders/lua5.1/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/loaders/lua5.1/meson.build b/loaders/lua5.1/meson.build
index fc1f566..f87707d 100644
--- a/loaders/lua5.1/meson.build
+++ b/loaders/lua5.1/meson.build
@@ -33,7 +33,7 @@ lua51_loader_sha = shared_module(
lua51_loader_c + lua51_loader_res,
include_directories: rootdir,
dependencies: lua51_loader_deps,
- c_args: lua51_loader_c_args,
+ c_args: project_c_args + lua51_loader_c_args,
install: true,
install_dir: join_paths(
pkglibdir,