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

Commit

Permalink
libogg: update for new env
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 18, 2021
1 parent 5bc6521 commit cb2834f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions extra/libogg/build
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
--prefix=/usr

make -C src
make -C include install
make -C src install

# Install library and headers.
make -C include DESTDIR="$1" install
make -C src DESTDIR="$1" install

# Install m4 and pkg-config data.
make DESTDIR="$1" \
install-m4dataDATA \
install-pkgconfigDATA
make install-m4dataDATA install-pkgconfigDATA

0 comments on commit cb2834f

Please sign in to comment.