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 ++++++-- manifest | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) 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" diff --git a/manifest b/manifest index df389bd..5d568e6 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ : 1 name: vcpkg -version: 0.0.113+2 +version: 0.0.113+3 summary: C++ Library Manager for Windows, Linux, and MacOS license: MIT tags: library, package, manager -- cgit v1.1