diff options
author | Erich Eckner <git@eckner.net> | 2020-02-25 14:05:26 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-02-25 14:05:26 +0100 |
commit | 225d277c591f0ce01cfb2ab296600081fc9b0706 (patch) | |
tree | 13250b9cc530d4a6ea08c5926ec80e66ded7206f /community/intel-graphics-compiler/PKGBUILD | |
parent | d3c283ee2db49297b133ad51fedf8f55ba0be267 (diff) | |
download | packages-225d277c591f0ce01cfb2ab296600081fc9b0706.tar.xz |
community/intel-graphics-compiler: build for Linux32 instead of Linux64
Diffstat (limited to 'community/intel-graphics-compiler/PKGBUILD')
-rw-r--r-- | community/intel-graphics-compiler/PKGBUILD | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/community/intel-graphics-compiler/PKGBUILD b/community/intel-graphics-compiler/PKGBUILD new file mode 100644 index 00000000..85ef1d84 --- /dev/null +++ b/community/intel-graphics-compiler/PKGBUILD @@ -0,0 +1,5 @@ +# we build for Linux32! +eval "$( + declare -f build \ + | sed 's/Linux64/Linux32/' +)" |