Skip to content

Commit

Permalink
fixup! Use a environment variable to specify the directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Apr 19, 2021
1 parent 59fea7c commit 968ce9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if xapian_dep.found()
endif

testenv = environment()
datadir = meson.current_source_dir() / 'data'
datadir = join_paths(meson.current_source_dir(), 'data')
testenv.set('ZIM_TEST_DATA_DIR', datadir)

if gtest_dep.found() and not meson.is_cross_build()
Expand Down

0 comments on commit 968ce9b

Please sign in to comment.