Skip to content

Commit

Permalink
fix: zlib renaming worked, fixing jpeg arch symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelOsborne committed Dec 3, 2024
1 parent 9308986 commit 95db97d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,9 @@ $4/$(CMAKE_CACHE): DEP_SOURCE_DIR := $(DEPS_MODULES_DIR)/$3
$4/$(CMAKE_CACHE): DEP_BUILD_DIR := $4

# Conditionally set CFLAGS if $2 equals LIBJPEG_TURBO and BUILD_PLATFORM_ARCH equals arm64
$4/$(CMAKE_CACHE): CFLAGS := -arch arm64
ifeq ($2, LIBJPEG_TURBO)
$4/$(CMAKE_CACHE): CFLAGS := -Wall -arch arm64 -funwind-tables
endif
# ifeq ($2, LIBJPEG_TURBO)
# ifeq ($(BUILD_PLATFORM_ARCH), arm64)
# $4/$(CMAKE_CACHE): CFLAGS := -arch arm64
Expand Down

0 comments on commit 95db97d

Please sign in to comment.