crystal: add LLVM_CONFIG

This commit is contained in:
Michael Fellinger 2020-04-17 17:05:01 +02:00
parent 606370d853
commit fd1047a798
No known key found for this signature in database
GPG Key ID: F4D029589C005F89

View File

@ -108,6 +108,8 @@ let
"all" "docs" "all" "docs"
]; ];
LLVM_CONFIG = "${llvm}/bin/llvm-config";
FLAGS = [ FLAGS = [
"--release" "--release"
"--single-module" # needed for deterministic builds "--single-module" # needed for deterministic builds