From b76178a33178a6385bf0a9ee695b54e7992117a1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 31 Oct 2018 10:47:40 +0200 Subject: Send CI requests from staged toolchain to ci.stage.build2.org --- bdep/buildfile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bdep/buildfile') diff --git a/bdep/buildfile b/bdep/buildfile index cc71107..f77282a 100644 --- a/bdep/buildfile +++ b/bdep/buildfile @@ -47,6 +47,12 @@ hxx{version}: in{version} $src_root/manifest obj{utility}: cxx.poptions += -DBDEP_EXE_SUFFIX='"'$bin.exe.suffix'"' +# For now assume this is a staged toolchain if we are building with the staged +# build system (see build.version.stage for details on the final plan). +# +if $build.version.stage + cxx.poptions += -DBDEP_STAGE + # Disable "unknown pragma" warnings. # if ($cxx.class == 'msvc') -- cgit v1.1