diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-05-25 16:11:11 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-05-31 15:21:02 +0200 |
commit | 9d30f04f8fb16643b470248b252654846a7126f7 (patch) | |
tree | a0d216e17a88bcf0f1f44340dfeca92e53e1d433 /src/utils/cpp/TARGETS | |
parent | 26e7149fe8cc1be820ab35ebb6b92a683f9809bb (diff) | |
download | justbuild-9d30f04f8fb16643b470248b252654846a7126f7.tar.gz |
utils: Relocate the std::filesystem::hash_value libc fix...
...and make the use of std::hash consistent.
This will make it easier to remove the fix once the libc
implementation we use catches up with the C++ standard.
Diffstat (limited to 'src/utils/cpp/TARGETS')
-rw-r--r-- | src/utils/cpp/TARGETS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/utils/cpp/TARGETS b/src/utils/cpp/TARGETS index fffb2e7b..73c5e462 100644 --- a/src/utils/cpp/TARGETS +++ b/src/utils/cpp/TARGETS @@ -77,4 +77,10 @@ , "deps": [["@", "gsl", "", "gsl"]] , "stage": ["src", "utils", "cpp"] } +, "path_hash": + { "type": ["@", "rules", "CC", "library"] + , "name": ["path_hash"] + , "hdrs": ["path_hash.hpp"] + , "stage": ["src", "utils", "cpp"] + } } |