Skip to content

Commit

Permalink
fix: zlib renaming worked, fixing jpeg arch symbols - Added check for…
Browse files Browse the repository at this point in the history
… current architecture
  • Loading branch information
samuelOsborne committed Dec 4, 2024
1 parent 3e631f9 commit 82a3158
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)),)
Expand Down

0 comments on commit 82a3158

Please sign in to comment.