Skip to content

Commit

Permalink
build: add __STDC_FORMAT_MACROS
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <[email protected]>
  • Loading branch information
Christian Brauner committed Oct 14, 2021
1 parent bb4e3c8 commit 71c055b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ endforeach

conf.set('_GNU_SOURCE', true)
conf.set('_FILE_OFFSET_BITS', 64)
conf.set('__STDC_FORMAT_MACROS', true)

libfuse = dependency('fuse3', required : false)
if libfuse.found()
Expand Down

0 comments on commit 71c055b

Please sign in to comment.