Skip to content

Commit

Permalink
Add missing file to fakefsify target
Browse files Browse the repository at this point in the history
  • Loading branch information
tbodt committed Jun 26, 2020
1 parent d9695ad commit 67de7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ endif

libarchive = cc.find_library('libarchive', required: false)
if libarchive.found()
executable('fakefsify', 'fakefsify.c', dependencies: [ish, libarchive])
executable('fakefsify', ['fakefsify.c', '../fs/fakefsify.c'], dependencies: [ish, libarchive])
endif

0 comments on commit 67de7b1

Please sign in to comment.