Skip to content

Commit

Permalink
Fix grep warnings in macOS builds
Browse files Browse the repository at this point in the history
Blank VERSION
  • Loading branch information
KG7x authored May 26, 2024
1 parent 7968078 commit b4c5001
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,12 @@ ifeq ($(USE_SYSTEM_VORBIS),1)
endif

# extract version info
ifneq ($(COMPILE_PLATFORM),darwin)
VERSION=$(shell grep ".\+define[ \t]\+Q3_VERSION[ \t]\+\+" $(CMDIR)/q_shared.h | \
sed -e 's/.*".* \([^ ]*\)"/\1/')
else
VERSION=1.32e
endif

# common qvm definition
ifeq ($(ARCH),x86_64)
Expand Down

0 comments on commit b4c5001

Please sign in to comment.