From 984a0217af64c734938c330b09ed21d1253dea8d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 12 Sep 2017 17:31:52 +0300 Subject: Make use of libpkgconf library --- build2/version/snapshot.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/version') diff --git a/build2/version/snapshot.cxx b/build2/version/snapshot.cxx index 143c200..ee7c2f3 100644 --- a/build2/version/snapshot.cxx +++ b/build2/version/snapshot.cxx @@ -24,7 +24,7 @@ namespace build2 // .git can be either a directory or a file in case of a submodule. // - if (build2::entry_exists (src_root / git, /* follow_symlinks */ true)) + if (build2::entry_exists (src_root / git, true /* follow_symlinks */)) return extract_snapshot_git (src_root); return snapshot (); -- cgit v1.1