Skip to content

Commit

Permalink
fix: trying renaming of zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelOsborne committed Dec 3, 2024
1 parent 6a126fe commit 57d0fef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,9 @@ endef

define NEW_APPLE_CMAKE_BUILD
# Setup cmake
$(call CLEAN_LIBGJPEG)
$(call CLEAN_ZLIB)

$4/$(CMAKE_CACHE): DEP_SOURCE_DIR := $(DEPS_MODULES_DIR)/$3
$4/$(CMAKE_CACHE): DEP_BUILD_DIR := $4

Expand All @@ -586,8 +589,6 @@ $4/$(CMAKE_CACHE):
$$(SETUP_CMAKE)

# Build
$(call CLEAN_LIBGJPEG)
$(call CLEAN_ZLIB)
$$($1_DEPS_LIB_DIR)/$5: CMAKE_BUILD_DIR := $4
$$($1_DEPS_LIB_DIR)/$5: CMAKE_BUILD_OPTIONS := $(if $(filter $($1_SUBSYSTEM),$(APPLE_IOS)),CODE_SIGNING_ALLOWED=NO,)
$$($1_DEPS_LIB_DIR)/$5: $4/$(CMAKE_CACHE)
Expand Down

0 comments on commit 57d0fef

Please sign in to comment.