mirror of
https://github.com/Wind4/vlmcsd
synced 2025-06-13 22:28:18 +00:00
Compare commits
No commits in common. "70e03572b254688b8c3557f898e7ebd765d29ae1" and "65228e5c7916acd947ffb53be18abadafbc1be56" have entirely different histories.
70e03572b2
...
65228e5c79
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user