aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Carr2018-06-10 15:23:48 -0700
committerDonald Carr2018-06-10 15:23:48 -0700
commit20dbe3081f24b5b533efee2cee292f60aaae614d (patch)
treea9d80772d939d74662e13a1efb7c8921a791c5d3
parentc8dbdcefe5967880e52d04b152a855c37c175f05 (diff)
downloadaur-20dbe3081f24b5b533efee2cee292f60aaae614d.tar.gz
qtdeclarative does not currently build with qreal=float
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18f85ba586e5..2b847e3034ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,7 +55,7 @@ fi
if [[ -f static ]]; then
_static_build=true
_uber_minimal=true
- _float=true
+ #_float=true
fi
if [[ -f testing ]]; then