aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 06b3fb9d6dd1..868dc6b772c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -158,11 +158,6 @@ build() {
unset CFLAGS
unset CXXFLAGS
- if [[ -z "$_piver" ]]; then
- echo "Set a pi version to build the associated sdk"
- exit -1
- fi
-
local _srcdir="${srcdir}/${_source_package_name}"
local _bindir="${_srcdir}"
local _basedir="${_srcdir}/qtbase"