diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-04-18 01:00:42 +0100 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-04-18 01:00:42 +0100 |
| commit | 7b148411b127ebf6fdefdb1b0decd2886cdfc17b (patch) | |
| tree | 56385615fe86dbb5ab7ce4a90d696d97ddf21d7e /Jamroot.jam | |
| parent | 1e551e618a63c869fde6a4b327566b38696a5f45 (diff) | |
| parent | fa6074eaf52be4254c17b74f20193aa96c940df8 (diff) | |
| download | webstat-0.4.tar.bz2 webstat-0.4.tar.xz webstat-0.4.zip | |
Merge remote-tracking branch 'origin/no-crc32'HEADwebstat-0.4main
Diffstat (limited to 'Jamroot.jam')
| -rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 2f38c94..37f97a6 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -12,7 +12,7 @@ lib boost_po : : <link>shared <name>boost_program_options ; lib adhocutil : : <link>shared : : <include>/usr/include/adhocutil <library>glibmm ; lib dbppcore : : <link>shared : : <include>/usr/include/dbpp <library>adhocutil ; lib dbpp-postgresql : : <link>shared : : <include>/usr/include/dbpp-postgresql <library>dbppcore ; -lib z : : <link>shared ; +lib md : : <link>shared ; project webstat : requirements <cxxstd>26 |
