summaryrefslogtreecommitdiff
path: root/loaders/python3/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'loaders/python3/meson.build')
-rw-r--r--loaders/python3/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/loaders/python3/meson.build b/loaders/python3/meson.build
index a97c81e..d6f9eba 100644
--- a/loaders/python3/meson.build
+++ b/loaders/python3/meson.build
@@ -36,7 +36,7 @@ python3_loader_sha = shared_module(
python3_loader_c + python3_loader_res,
include_directories: rootdir,
dependencies: python3_loader_deps,
- c_args: python3_loader_c_args,
+ c_args: project_c_args + python3_loader_c_args,
install: true,
install_dir: join_paths(
pkglibdir,