crystal: fix llvm_config
This commit is contained in:
parent
e21fb16f9a
commit
03ca2ca8cb
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ let
|
|||
"CRYSTAL_CONFIG_VERSION=${version}"
|
||||
];
|
||||
|
||||
LLVM_CONFIG = "${llvmPackages.llvm}/bin/llvm-config";
|
||||
LLVM_CONFIG = "${llvmPackages.llvm.dev}/bin/llvm-config";
|
||||
|
||||
FLAGS = [
|
||||
"--release"
|
||||
|
|
Loading…
Reference in a new issue