Skip to content

Commit

Permalink
msys gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Gagis committed Jan 23, 2024
1 parent 02cada5 commit 7d6460c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions msys2/PKGBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ prepare() {

build() {
cd "$rootDir"
CXX=clang++ make
make
}

check() {
cd "$rootDir"
CXX=clang++ make test
make test
}

package() {
cd "$rootDir"
CXX=clang++ make DESTDIR="$pkgdir" PREFIX="$dirPrefix" install
make DESTDIR="$pkgdir" PREFIX="$dirPrefix" install
}

0 comments on commit 7d6460c

Please sign in to comment.