From cb235003b81a8b6ac8204adcfd0481d621a44fc7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 8 Jan 2021 10:38:44 +0200 Subject: Handle bin.exe.prefix in addition to suffix --- bdep/buildfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bdep/buildfile') diff --git a/bdep/buildfile b/bdep/buildfile index 605ebcd..cb701e8 100644 --- a/bdep/buildfile +++ b/bdep/buildfile @@ -73,7 +73,8 @@ for t: cxx{**.test...} # Build options. # -obj{utility}: cxx.poptions += -DBDEP_EXE_SUFFIX='"'$bin.exe.suffix'"' +obj{utility}: cxx.poptions += -DBDEP_EXE_PREFIX='"'$bin.exe.prefix'"' \ +-DBDEP_EXE_SUFFIX='"'$bin.exe.suffix'"' # Pass the copyright notice extracted from the LICENSE file. # -- cgit v1.1