diff options
author | deep-42-thought <github@eckner.net> | 2017-09-11 16:36:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-11 16:36:44 +0200 |
commit | 86f6187797a1070075875a918d2af045ffa6e12a (patch) | |
tree | ab6b6115717baf596263994ba08f46efa2a4f0e0 | |
parent | a1b701ff44cfdc1e7fb2892a58d08d79ab805b53 (diff) | |
parent | ab7da173d36033d6b5251d5bdbd62b4ccc2b477d (diff) | |
download | packages-86f6187797a1070075875a918d2af045ffa6e12a.tar.xz |
Merge pull request #5 from mstraube/arrayfire
community/arrayfire: add -m32
-rw-r--r-- | community/arrayfire/PKGBUILD | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/community/arrayfire/PKGBUILD b/community/arrayfire/PKGBUILD new file mode 100644 index 00000000..0e946418 --- /dev/null +++ b/community/arrayfire/PKGBUILD @@ -0,0 +1,10 @@ +eval "$( + declare -f build | \ + sed ' + /^{/{ + a\ + export CFLAGS+=" -m32" \ + export CXXFLAGS+=" -m32" + } + ' +)" |