From 278d320d2062f0aa7bea42ffe2f9877ceeec278c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 12 Jun 2018 20:06:43 +0200 Subject: Fix bug in output directory creation --- buildfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'buildfile') diff --git a/buildfile b/buildfile index b21fc4e..d4f8627 100644 --- a/buildfile +++ b/buildfile @@ -13,8 +13,12 @@ vcpkg/ # .edit, as a specified extension (because the pattern machinery will # remove .cpp from matches that it has added to the pattern). # - vcpkg/exe{vcpkg}: cxx{src/vcpkg/**.cpp +src/vcpkg} \ - hxx{include/vcpkg/**.h +include/pch} + # Note that we need the explicit fsdir{} because our distribution won't + # have this directory. + # + vcpkg/exe{vcpkg}: cxx{src/vcpkg/**.cpp +src/vcpkg} \ + hxx{include/vcpkg/**.h +include/pch} \ + fsdir{vcpkg/} cxx.poptions =+ "-I$src_base/include" -DDISABLE_METRICS=1 \ -DVCPKG_VERSION="+$version.revision-build2" -- cgit v1.1