Skip to content

Commit

Permalink
Correctly define fusermount3 path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikratio committed Sep 19, 2017
1 parent 8929982 commit 3b6a2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ libfuse = library('fuse3', libfuse_sources, version: meson.project_version(),
dependencies: deps, install: true,
link_depends: 'fuse_versionscript',
c_args: [ '-DFUSE_USE_VERSION=32',
'-DFUSERMOUNT_DIR="{}"'.format(fusermount_path) ],
'-DFUSERMOUNT_DIR="@0@"'.format(fusermount_path) ],
link_args: ['-Wl,--version-script,' + meson.current_source_dir()
+ '/fuse_versionscript' ])

Expand Down

0 comments on commit 3b6a2a5

Please sign in to comment.