Hack to override pakextract forcing clang

This commit is contained in:
Marco Cawthorne 2023-05-06 16:03:47 -07:00
parent 113063d54c
commit 66cea7a180
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ mv -v hlextract "$BINDIR/hlextract"
cd "$DEPSDIR"
git clone https://github.com/yquake2/pakextract
cd pakextract
make
make CC=cc
mv -v pakextract "$BINDIR/pakextract"
cd "$INCTOOLDIR/bmpfix"