Skip to content

Commit

Permalink
fix qopenhd compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jun 16, 2024
1 parent 92e5b3e commit cc45d9f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ QT_VERSION=Qt5.15.7
export LC_ALL=C.UTF-8
export LANG=C.UTF-8

PACKAGE_ARCH=$1
OS=$2
DISTRO=$3
BUILD_TYPE=$4
CUSTOM=$1
PACKAGE_ARCH=$2
OS=$3
DISTRO=$4
BUILD_TYPE=$5


TMPDIR=/tmp/qopenhd/
Expand Down

0 comments on commit cc45d9f

Please sign in to comment.