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 60e7107 commit 5df242f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ $4/$(CMAKE_CACHE): TOOLCHAIN_FILE := -DCMAKE_TOOLCHAIN_FILE=$(PWD)/$(DEPS_MODULE
$4/$(CMAKE_CACHE):
@echo "APPLE_CMAKE_BUILD Value of \$2: $2"
@echo "APPLE_CMAKE_BUILD Value of BUILD_PLATFORM_ARCH: $(BUILD_PLATFORM_ARCH)"
@echo "Look here: $$($1_DEPS_ARTIFACTS_DIR)"
@echo "Renaming zconf.h to avoid CMake conflicts..."
mv $(DEPS_MODULES_DIR)/zlib/zconf.h $(DEPS_MODULES_DIR)/zlib/zconf.h.included || true
$$(SETUP_CMAKE)
Expand Down

0 comments on commit 5df242f

Please sign in to comment.