From 10d0dc218be38690264992d50f7643bc3cbc7837 Mon Sep 17 00:00:00 2001 From: Nikita Sivukhin Date: Sat, 15 Feb 2025 15:05:36 +0400 Subject: [PATCH] add comment about config.toml env var --- .cargo/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 91dc29b59..2586c8988 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,2 @@ [env] -LIBSQLITE3_FLAGS = "-DSQLITE_ENABLE_MATH_FUNCTIONS" +LIBSQLITE3_FLAGS = "-DSQLITE_ENABLE_MATH_FUNCTIONS" # necessary for rusqlite dependency in order to bundle SQLite with math functions included