diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-04-17 10:27:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-04-17 10:27:25 +0200 |
commit | a83f55a24a69a0d5d61354cfdb4fabc18faf9355 (patch) | |
tree | a01bdb24b0d3847d6886e3d7f62a319a88778576 | |
parent | 5dfeb1967c4c2168e58fd0dfb786d2b070089473 (diff) |
Enable 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 b9d859c..19fd4dc 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\"" \ |