mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/eduke32: Fixed builds without libvpx.
This commit is contained in:
parent
2c23db5171
commit
396e78fe53
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ make ARCH="$SLKCFLAGS" $VPXFLAG SDL_TARGET=1
|
|||
|
||||
# Build the utilities, if requested.
|
||||
if [ "${BUILD_UTILS:-yes}" = "yes" ]; then
|
||||
make utils ARCH="$SLKCFLAGS" SDL_TARGET=1
|
||||
make utils ARCH="$SLKCFLAGS" $VPXFLAG SDL_TARGET=1
|
||||
|
||||
for i in kextract kgroup transpal wad2art wad2map; do
|
||||
install -s -D -m0755 $i $PKG/usr/games/$i
|
||||
|
|
Loading…
Reference in a new issue