Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
try again building libsystre
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jun 14, 2018
1 parent 9971207 commit c627344
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ pacman --noconfirm -Scc
pacman --noconfirm -Syyuu

# Install gcc
pacman --noconfirm -S mingw-w64-{i686,x86_64}-xz
pacman --noconfirm -S mingw32/mingw-w64-i686-{gcc,headers,crt,winpthreads}
pacman --noconfirm -S mingw64/mingw-w64-x86_64-{gcc,headers,crt,winpthreads}
pacman --noconfirm -S mingw32/mingw-w64-i686-{xz,gcc,libtre}
pacman --noconfirm -S mingw64/mingw-w64-x86_64-{xz,gcc,libtre}

# Detect changed packages
list_commits || failure 'Could not detect added commits'
Expand Down
1 change: 1 addition & 0 deletions mingw-w64-libsystre/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ package() {
make DESTDIR="${pkgdir}" install
install -D -m644 "${srcdir}/systre-${pkgver}/COPYING" "${pkgdir}${MINGW_PREFIX}/share/licenses/${_realname}/LICENSE"
}

0 comments on commit c627344

Please sign in to comment.