From 82a31586f852c7931a79ce986872997b629cbc24 Mon Sep 17 00:00:00 2001 From: samuelOsborne Date: Wed, 4 Dec 2024 11:58:48 +0100 Subject: [PATCH] fix: zlib renaming worked, fixing jpeg arch symbols - Added check for current architecture --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 6b74b953..302a8851 100644 --- a/Makefile +++ b/Makefile @@ -583,11 +583,6 @@ define NEW_APPLE_CMAKE_BUILD $4/$(CMAKE_CACHE): DEP_SOURCE_DIR := $(DEPS_MODULES_DIR)/$3 $4/$(CMAKE_CACHE): DEP_BUILD_DIR := $4 -# Conditionally set or reset CMAKE_C_FLAGS -ifdef C_FLAGS -undefine C_FLAGS -endif - # If LIBJPEG_TURBO and x86, set CMAKE_C_FLAGS to empty ifeq ($2, LIBJPEG_TURBO) ifneq ($(findstring x86,$$($1_DEPS_ARTIFACTS_DIR)),)