Skip to content

Commit

Permalink
build patchelf #3
Browse files Browse the repository at this point in the history
  • Loading branch information
freemountain authored and freemountain committed Nov 21, 2016
1 parent 6939661 commit a1449bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ if [ "$OS" = "linux" ]; then

if [ ! -d "$PROJECT_PATH/tmp/patchelf-src" ] ; then
git clone "https://github.com/NixOS/patchelf" "$PROJECT_PATH/tmp/patchelf-src"

"$PROJECT_PATH/tmp/patchelf-src/bootstrap.sh"
cd "$PROJECT_PATH/tmp/patchelf-src/"
./bootstrap.sh
fi

if [ ! -d "$PROJECT_PATH/tmp/linuxdeployqt-build" ] ; then
Expand Down

0 comments on commit a1449bf

Please sign in to comment.