Skip to content

Commit

Permalink
Debugging mingw package.
Browse files Browse the repository at this point in the history
  • Loading branch information
PerryWerneck committed Oct 31, 2024
1 parent 4937d70 commit e99200d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 43 deletions.
41 changes: 0 additions & 41 deletions PKGBUILD

This file was deleted.

4 changes: 2 additions & 2 deletions PKGBUILD.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ build() {
}

package() {
cd "$srcdir/$pkgname"
DESTDIR="${pkgdir}" meson install --tags=devel,runtime "$srcdir/$pkgname"
cd ${startdir}
DESTDIR="${pkgdir}" meson install --tags=devel,runtime -C "$srcdir/$pkgname"
}

0 comments on commit e99200d

Please sign in to comment.