1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00

turn on TON_USE_ABSEIL for glibc 2.27 nix build

This commit is contained in:
birydrad 2024-09-13 16:53:49 +02:00
parent 71dbb48594
commit 8b4a577ff8

View file

@ -60,7 +60,7 @@ stdenv227.mkDerivation {
dontAddStaticConfigureFlags = false;
cmakeFlags = [
"-DTON_USE_ABSEIL=OFF"
"-DTON_USE_ABSEIL=ON"
"-DNIX=ON"
];