Merge pull request #151185 from mikroskeem/deno-1.17-update

deno: fix sharedLibrary value usage
This commit is contained in:
Bobby Rong 2021-12-18 23:12:16 +08:00 committed by GitHub
commit da4ef05326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ rustPlatform.buildRustPackage rec {
doCheck = false;
preInstall = ''
find ./target -name libswc_common.${stdenv.hostPlatform.extensions.sharedLibrary} -delete
find ./target -name libswc_common${stdenv.hostPlatform.extensions.sharedLibrary} -delete
'';
postInstall = ''