Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools
llvmPackages: Clean up outputs
This commit is contained in:
@@ -27,7 +27,7 @@ rustPlatform.buildRustPackage rec {
|
||||
propagatedBuildInputs = [ clang ]; # to populate NIX_CXXSTDLIB_COMPILE
|
||||
|
||||
configurePhase = ''
|
||||
export LIBCLANG_PATH="${libclang}/lib"
|
||||
export LIBCLANG_PATH="${libclang.lib}/lib"
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
|
||||
Reference in New Issue
Block a user