[jsonrpc-glib] build: Use add_project_arguments()



commit 21810e6cbb88e586d432f424e9d72e124563ff99
Author: Patrick Griffis <tingping tingping se>
Date:   Mon Jun 5 18:01:27 2017 -0400

    build: Use add_project_arguments()
    
    So this can be used as a subproject

 meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 599fe16..a977094 100644
--- a/meson.build
+++ b/meson.build
@@ -35,7 +35,7 @@ configure_file(
   configuration: config_h,
 )
 
-add_global_arguments([
+add_project_arguments([
   '-DHAVE_CONFIG_H',
   '-I' + meson.build_root(),
   '-I' + join_paths(meson.source_root(), 'src'),


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