diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-16 13:54:41 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-08-16 13:54:41 +0100 |
commit | c58337a228a85a572b3648cf85d63d9146489ae8 (patch) | |
tree | dd016a7d77a53c1a6a126fc86de6209b90146174 /Jamroot.jam | |
parent | Update to latest NetFS interface (diff) | |
download | mythfs-c58337a228a85a572b3648cf85d63d9146489ae8.tar.bz2 mythfs-c58337a228a85a572b3648cf85d63d9146489ae8.tar.xz mythfs-c58337a228a85a572b3648cf85d63d9146489ae8.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 89d5029..4ea78d0 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -8,8 +8,7 @@ import pkg-config ; variant component ; variant coverage : debug ; -project - : requirements +project mythfs : requirements <define>ICE_CPP11_MAPPING <cxxstd>20 <visibility>hidden |