summaryrefslogtreecommitdiff
path: root/community/bazel/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/bazel/PKGBUILD')
-rw-r--r--community/bazel/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/bazel/PKGBUILD b/community/bazel/PKGBUILD
index ea11932f..dbf28e9b 100644
--- a/community/bazel/PKGBUILD
+++ b/community/bazel/PKGBUILD
@@ -1 +1,6 @@
depends=("${depends[@]/java-environment>=8/java-environment=8}")
+
+prepare() {
+ sed -i 's|#error This code for 64 bit Unix|//#error This code for 64 bit Unix|g' \
+ ${srcdir}/src/tools/singlejar/mapped_file.h
+}