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 | bc94f8c8c3fc3978a68859a67d33ccd243437016 (patch) | |
tree | 9f0555d664a7654c41ba1705d810b87cee645e06 /Jamroot | |
parent | f82833385b7cf3c01dc2f92830119dfe3ebc573e (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) ; } |