1
0
Fork 0

enable building with Rust if the toolchain is LLVM

This commit is contained in:
Pratham Patel 2024-04-16 20:01:01 +05:30
parent 7863538509
commit 7000188c1d
Signed by: thefossguy
SSH Key Fingerprint: SHA256:HwRBy9H1FYXWcv/Qi1WY3kmcVtGz2ydZuPJgD4pkusY
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@
# because, for some reason, setting `LLVM` to '0' still counts... :/
LLVM = 1;
# build related flags (for the script)
BUILD_WITH_RUST = 0;
BUILD_WITH_RUST = 1;
# needed by Rust bindgen
LIBCLANG_PATH = pkgs.lib.makeLibraryPath [ llvmPkgs.libclang.lib ];