1
0
mirror of https://github.com/Wind4/vlmcsd synced 2025-06-14 14:48:19 +00:00

Compare commits

..

No commits in common. "70e03572b254688b8c3557f898e7ebd765d29ae1" and "65228e5c7916acd947ffb53be18abadafbc1be56" have entirely different histories.

View File

@ -70,7 +70,7 @@ VERBOSE ?= NO
################################################################################
CC ?= gcc
TARGETPLATFORM := $(shell LANG=en_US.UTF-8 LANGUAGE=en_US $(CC) -v 2>&1 | grep '^Target: ' | cut -f 2 -d ' ')
TARGETPLATFORM := $(shell LANG=en_US.UTF-8 $(CC) -v 2>&1 | grep '^Target: ' | cut -f 2 -d ' ')
ifneq (,$(findstring darwin,$(TARGETPLATFORM)))
DARWIN := 1