aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/openssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/depends/target/openssl/Makefile')
-rw-r--r--tools/depends/target/openssl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/depends/target/openssl/Makefile b/tools/depends/target/openssl/Makefile
index 1a3dceb0b7..c03177e484 100644
--- a/tools/depends/target/openssl/Makefile
+++ b/tools/depends/target/openssl/Makefile
@@ -21,6 +21,8 @@ else
endif
endif
ifeq ($(OS), darwin_embedded)
+ # LLVM 15 has raised this to error by default. drop back to warning
+ CFLAGS+= -Wno-error=implicit-int
export SDKROOT CFLAGS
OPENSSLPLATFORM=kodi-$(TARGET_PLATFORM)-$(CPU)
ifeq ($(TARGET_PLATFORM),appletvos)