[gssdp] build: Remove add_global_arguments



commit 196f5ebea643a2ec9bde735e764a0fcda2fb0aad
Author: Jens Georg <mail jensge org>
Date:   Sat May 22 18:05:16 2021 +0200

    build: Remove add_global_arguments

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 5bc78af..72fdcb3 100644
--- a/meson.build
+++ b/meson.build
@@ -38,7 +38,7 @@ conf.set('HAVE_SIOCGIFINDEX', siocgifindex_available)
 
 configure_file(output : 'config.h', configuration : conf)
 
-add_global_arguments('-DHAVE_CONFIG_H=1', language : 'c')
+add_project_arguments('-DHAVE_CONFIG_H=1', language : 'c')
 
 system_deps = []
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]