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
+1 -1
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 = ''