Skip to content

Commit

Permalink
fix: zlib renaming worked, fixing jpeg arch symbols - Reverted, now c…
Browse files Browse the repository at this point in the history
…hecking build platform
  • Loading branch information
samuelOsborne committed Dec 4, 2024
1 parent efe376b commit eb1cbd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ $4/$(CMAKE_CACHE): DEP_BUILD_DIR := $4
# ifneq ($(filter $(BUILD_PLATFORM_ARCH),$(AARCH64_ARCH) $(ARM_ARCH)),)

ifeq ($2, LIBJPEG_TURBO)
ifeq ($(findstring $$($1_DEPS_ARTIFACTS_DIR),x86_64),)
ifeq ($(findstring x86_64,$($1_DEPS_ARTIFACTS_DIR)),)
$4/$(CMAKE_CACHE): C_FLAGS := -DCMAKE_C_FLAGS="-Wall -arch arm64 -funwind-tables"
else
$4/$(CMAKE_CACHE): C_FLAGS := -DCMAKE_C_FLAGS="" # Reset to empty if not arm64
Expand Down

0 comments on commit eb1cbd8

Please sign in to comment.