diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-16 15:23:27 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-16 15:23:27 +0100 |
commit | 847db8e607ba50d58c48be4ceeff8930512fcb14 (patch) | |
tree | 05e9753491e14b85055e4b04de27d208bca4b916 | |
parent | Update to NetFS 1.5 interface (diff) | |
download | netfs-gitfs-847db8e607ba50d58c48be4ceeff8930512fcb14.tar.bz2 netfs-gitfs-847db8e607ba50d58c48be4ceeff8930512fcb14.tar.xz netfs-gitfs-847db8e607ba50d58c48be4ceeff8930512fcb14.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 406c095..8aed5ed 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -3,8 +3,7 @@ using gcc : : [ os.environ CXX ] ; variant coverage : debug ; -project - : requirements +project netfs-gitfs : requirements <define>ICE_CPP11_MAPPING <cxxstd>20 <visibility>hidden |