Merge pull request #143568 from jshcmpbll/jc/azure-fucntions-bin-cleanup
This commit is contained in:
commit
263ef4cc41
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp -prd * $out/bin
|
cp -prd *.dll *.so gozip func $out/bin
|
||||||
patchelf \
|
patchelf \
|
||||||
--set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
|
--set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
|
||||||
--set-rpath "${libPath}" "$out/bin/func"
|
--set-rpath "${libPath}" "$out/bin/func"
|
||||||
|
|
Loading…
Reference in a new issue