diff options
author | Kenneth Heafield <github@kheafield.com> | 2012-08-16 17:32:33 -0400 |
---|---|---|
committer | Kenneth Heafield <github@kheafield.com> | 2012-08-16 17:32:33 -0400 |
commit | ca7d0174e012b39cd52c23f0b8911c01b71c85c8 (patch) | |
tree | 4aab392df0214c10ffc41365b96beae135b952da /Jamroot | |
parent | dc078281c2fd83db9fc4860e8b24979ab2a1e407 (diff) |
Update build system, add missing cc files
Diffstat (limited to 'Jamroot')
-rw-r--r-- | Jamroot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ boost 104400 ; external-lib z ; with-google-hash = [ option.get "with-google-hash" ] ; -if [ test_header google/dense_hash_map ] || $(with-google-hash) { +if [ test_header sparsehash/dense_hash_map ] || $(with-google-hash) { requirements += <define>HAVE_SPARSEHASH <include>$(with-google-hash) ; } |