Skip to content

Commit

Permalink
deps: Fix prefix for libbacktrace on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Feb 5, 2024
1 parent b6f67a7 commit 8ffd920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/linux/build-dependencies-qt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cd ..
echo "Building libbacktrace..."
unzip "$LIBBACKTRACE.zip"
cd "libbacktrace-$LIBBACKTRACE"
./configure --prefix="$HOME/deps"
./configure --prefix="$INSTALLDIR"
make
make install
cd ..
Expand Down

0 comments on commit 8ffd920

Please sign in to comment.