Skip to content

Commit

Permalink
cross-binutils: Add pkgbase entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Aug 3, 2018
1 parent 89d80b9 commit a77a400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mingw-w64-cross-binutils/PKGBUILD
Expand Up @@ -4,8 +4,9 @@ _realname=binutils
_targets=(i686-elf
x86_64-elf
arm-none-eabi)

pkgbase=mingw-w64-cross-${_realname}
pkgname=()

for target in ${_targets[@]}
do
pkgname+=(${MINGW_PACKAGE_PREFIX}-${target}-${_realname})
Expand Down

0 comments on commit a77a400

Please sign in to comment.