Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesthobe committed Jul 19, 2023
1 parent 125887e commit f669fc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scripts/linux/build-dependencies-qt.sh
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env bash

set -e

env
INSTALLDIR="$HOME/deps"
NPROCS="$(getconf _NPROCESSORS_ONLN)"
SDL=SDL2-2.28.1
QT=6.5.0
LIBBACKTRACE="3rdparty/libbacktrace/libbacktrace"
LIBBACKTRACE="./3rdparty/libbacktrace/libbacktrace"

mkdir -p deps-build
cd deps-build
Expand Down Expand Up @@ -43,7 +43,7 @@ cd "$LIBBACKTRACE"
./configure --prefix="$HOME/deps"
make
make install
cd ..
cd -

# Couple notes:
# -fontconfig is needed otherwise Qt Widgets render only boxes.
Expand Down

0 comments on commit f669fc3

Please sign in to comment.