projects
/
zchunk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb74abe
)
Use add_project_arguments instead of use_global_arguments
author
Jonathan Dieter
<jdieter@gmail.com>
Thu, 22 Mar 2018 11:13:16 +0000
(13:13 +0200)
committer
Jonathan Dieter
<jdieter@gmail.com>
Thu, 22 Mar 2018 11:13:16 +0000
(13:13 +0200)
Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index a670ac61d7084d427daeb706b457ff02a24451f8..a274bc043a6088b0e449a636b51d6333a63a6a36 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-13,7
+13,7
@@
endif
if use_zstd == 'auto' or use_zstd == 'yes'
zstd_dep = dependency('libzstd', required:zstd_required)
if zstd_dep.found()
- add_
global
_arguments('-DZCHUNK_ZSTD', language : 'c')
+ add_
project
_arguments('-DZCHUNK_ZSTD', language : 'c')
use_zstd = 'yes'
endif
endif