diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-03 14:24:11 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-03 14:24:11 +0100 |
commit | 4109a3fa7922bde37b83ca37fd98d699a1b399e3 (patch) | |
tree | 070404aa252483c904265f882268c902fbc99fb3 | |
parent | Reformat with new clang-format (diff) | |
download | libdbpp-4109a3fa7922bde37b83ca37fd98d699a1b399e3.tar.bz2 libdbpp-4109a3fa7922bde37b83ca37fd98d699a1b399e3.tar.xz libdbpp-4109a3fa7922bde37b83ca37fd98d699a1b399e3.zip |
Assign an id to the root project
-rw-r--r-- | Jamroot.jam | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index ac02597..5578db3 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -7,8 +7,7 @@ import pkg-config ; variant coverage : debug ; -project - : requirements +project libdbpp : requirements <cxxstd>20 <visibility>hidden <linkflags>"-Wl,-z,defs,--warn-once,--gc-sections" |