From cbebe79282738c680a1929200ce114f34479e8f2 Mon Sep 17 00:00:00 2001 From: Pascal Thomet Date: Thu, 21 Nov 2024 20:47:45 +0100 Subject: [PATCH] Build iOS: use freetype static --- .github/workflows/iOS.yml | 1 + _example_integration | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/iOS.yml b/.github/workflows/iOS.yml index aafe988e..c82b2b18 100644 --- a/.github/workflows/iOS.yml +++ b/.github/workflows/iOS.yml @@ -21,6 +21,7 @@ jobs: -GXcode \ -DCMAKE_TOOLCHAIN_FILE=../hello_imgui_cmake/ios-cmake/ios.toolchain.cmake \ -DHELLOIMGUI_USE_SDL2=ON -DHELLOIMGUI_HAS_OPENGL3=ON \ + -DHELLOIMGUI_FREETYPE_STATIC=ON \ -DPLATFORM=SIMULATOR64 - name: Build for simulator diff --git a/_example_integration b/_example_integration index ab0dc889..c05bd94a 160000 --- a/_example_integration +++ b/_example_integration @@ -1 +1 @@ -Subproject commit ab0dc88920b79e143d45f3242af0ba41ab5e7e0a +Subproject commit c05bd94a015c4782c70f8a38d12b5b0b4055b964