From ff66742a12760546fbc0e0dc738fc3f71e1bbcf5 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Wed, 17 Nov 2021 10:52:46 -0800 Subject: [PATCH] Update mac. --- .github/workflows/build.yml | 4 ++-- CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3cbe16c..e41c240 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -189,9 +189,9 @@ jobs: pip install --upgrade conan shell: bash - - name: Brew unlink libiconv + - name: Brew install libiconv run: | - brew unlink libiconv + brew install libiconv shell: bash - name: Setup conan profile diff --git a/CMakeLists.txt b/CMakeLists.txt index a3f8ac4..fbd27c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -206,7 +206,7 @@ if (NOT MSVC) endif() if (APPLE) -set(ICONV_MAC_LIB libiconv) +set(ICONV_MAC_LIB iconv) endif() target_link_libraries(libFBX2glTF