Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
Signed-off-by: leleliu008 <[email protected]>
  • Loading branch information
leleliu008 committed Sep 26, 2023
1 parent 7954c9a commit 8793ddb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ppkg
Original file line number Diff line number Diff line change
Expand Up @@ -6936,8 +6936,8 @@ EOF

[ "$NATIVE_OS_KIND" != darwin ] && {
step "install patchelf"
wfetch 'https://github.com/NixOS/patchelf/archive/refs/tags/0.18.0.tar.gz' --output-filename=patchelf-0.18.0.tar.gz
run unzip patchelf-0.18.0.tar.gz
wfetch 'https://github.com/NixOS/patchelf/archive/refs/tags/0.18.0.zip' --output-filename=patchelf-0.18.0.zip
run unzip patchelf-0.18.0.zip
run c++ -std=c++17 -Wall -D_FILE_OFFSET_BITS=64 -static -O3 -o bin/patchelf patchelf-0.18.0/src/patchelf.cc
}

Expand Down

0 comments on commit 8793ddb

Please sign in to comment.