Skip to content

Commit

Permalink
fix: zlib renaming worked, fixing jpeg arch symbols - added arc x86_6…
Browse files Browse the repository at this point in the history
…4 flag
  • Loading branch information
samuelOsborne committed Dec 4, 2024
1 parent eb1cbd8 commit da33bfa
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 @@ -596,7 +596,7 @@ ifeq ($2, LIBJPEG_TURBO)
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
$4/$(CMAKE_CACHE): C_FLAGS := -DCMAKE_C_FLAGS="-Wall -arch x86_64 -funwind-tables"
endif
else
$4/$(CMAKE_CACHE): C_FLAGS := -DCMAKE_C_FLAGS="" # Reset to empty if not LIBJPEG_TURBO
Expand Down

0 comments on commit da33bfa

Please sign in to comment.