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:
parent
71dbb48594
commit
8b4a577ff8
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ stdenv227.mkDerivation {
|
||||||
dontAddStaticConfigureFlags = false;
|
dontAddStaticConfigureFlags = false;
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DTON_USE_ABSEIL=OFF"
|
"-DTON_USE_ABSEIL=ON"
|
||||||
"-DNIX=ON"
|
"-DNIX=ON"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue