Skip to content

Commit cc45d9f

Browse files
fix qopenhd compiling
1 parent 92e5b3e commit cc45d9f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

package.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ QT_VERSION=Qt5.15.7
44
export LC_ALL=C.UTF-8
55
export LANG=C.UTF-8
66

7-
PACKAGE_ARCH=$1
8-
OS=$2
9-
DISTRO=$3
10-
BUILD_TYPE=$4
7+
CUSTOM=$1
8+
PACKAGE_ARCH=$2
9+
OS=$3
10+
DISTRO=$4
11+
BUILD_TYPE=$5
1112

1213

1314
TMPDIR=/tmp/qopenhd/

0 commit comments

Comments
 (0)