Skip to content

Commit

Permalink
fix: zlib renaming worked, fixing jpeg arch symbols - testing adding …
Browse files Browse the repository at this point in the history
…cmake_osx_sysroot
  • Loading branch information
samuelOsborne committed Dec 5, 2024
1 parent 2035926 commit 08db2d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,10 @@ $4/$(CMAKE_CACHE): PLATFORM := -DPLATFORM=$$($1_ARCH)
$4/$(CMAKE_CACHE): TOOLCHAIN_FILE := -DCMAKE_TOOLCHAIN_FILE=$(PWD)/$(DEPS_MODULES_DIR)/ios-cmake/ios.toolchain.cmake
$4/$(CMAKE_CACHE):
@echo "Omega call: $(shell xcrun --sdk $$($1_SDK) --show-sdk-path)"
@echo "$$($1_SDK)"
@echo "sdk: $(SDK)"
@echo "platform: $(PLATFORM)"
@echo "dollar 1 sdk: $$($1_SDK)"
@echo "Build platform arch: $(BUILD_PLATFORM_ARCH)"
@echo ""
@echo "-------------"
@echo "APPLE_CMAKE_BUILD Value of \$2: $2"
Expand Down

0 comments on commit 08db2d3

Please sign in to comment.