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 31128ed commit cc04a6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -607,12 +607,12 @@ endif

ifeq ($$($1_SUBSYSTEM), macos)
$4/$(CMAKE_CACHE): OSX_SYSROOT := -DCMAKE_OSX_SYSROOT=macOS
@echo "Setting OSX_SYSROOT for MacOSX"
@echo "Setting OSX_SYSROOT for MacOSX"
endif

ifeq ($$($1_SUBSYSTEM), ios)
$4/$(CMAKE_CACHE): OSX_SYSROOT := -DCMAKE_OSX_SYSROOT=iOS
@echo "Setting OSX_SYSROOT for iPhoneOS"
@echo "Setting OSX_SYSROOT for iPhoneOS"
endif

# ifneq ($(filter $$($1_PLATFORM), iPhoneSimulator),)
Expand Down

0 comments on commit cc04a6e

Please sign in to comment.