mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Update makefile message
Use CLANG_COMPILER when warning about LLVM's libc++
This commit is contained in:
parent
1b7abaadcc
commit
034297eafa
@ -1712,7 +1712,7 @@ endif
|
||||
|
||||
.PHONY: osx_warning
|
||||
osx_warning:
|
||||
ifeq ($(IS_DARWIN),1)
|
||||
ifeq ($(IS_DARWIN)$(CLANG_COMPILER),11)
|
||||
ifeq ($(findstring -stdlib=libc++,$(CRYPTOPP_CXXFLAGS)$(CXXFLAGS)),)
|
||||
$(info )
|
||||
$(info INFO: Crypto++ was built without LLVM's libc++. If you are using the library)
|
||||
|
Loading…
Reference in New Issue
Block a user