diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-04-15 10:08:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-04-15 10:08:39 +0200 |
commit | 5dfeb1967c4c2168e58fd0dfb786d2b070089473 (patch) | |
tree | 54ae813bcedfb25142b8519ccc997b87a08c27a2 | |
parent | 916b51eda7974e79efabd789785f2f88bc39a7e1 (diff) |
Temporarily disable in-process package configure
-rw-r--r-- | bpkg/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile index 19fd4dc..b9d859c 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -99,7 +99,7 @@ for t: cxx{**.test...} # Build options. # -#cxx.poptions += -DBPKG_OUTPROC_CONFIGURE +cxx.poptions += -DBPKG_OUTPROC_CONFIGURE obj{utility}: cxx.poptions += \ "-DBPKG_EXE_PREFIX=\"$bin.exe.prefix\"" \ |