diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-07-25 22:48:58 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-07-25 22:48:58 +0100 |
commit | 4df5cb037bae20e17110b87e3ee26fc95e107047 (patch) | |
tree | 7a760a7831dcb0e2620f4326c2415bb40f1cf2ee /Jamroot.jam | |
parent | Don't define a default toolset, use the system/project one (diff) | |
download | gentoobrowse-4df5cb037bae20e17110b87e3ee26fc95e107047.tar.bz2 gentoobrowse-4df5cb037bae20e17110b87e3ee26fc95e107047.tar.xz gentoobrowse-4df5cb037bae20e17110b87e3ee26fc95e107047.zip |
Assign an id to the root project
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 54fdb6c..e6ce6ed 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -7,8 +7,7 @@ import pkg-config ; variant coverage : debug ; -project - : requirements +project gentoobrowse : requirements <define>ICE_CPP11_MAPPING <cxxstd>20 <visibility>hidden |