Update mac.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-11-17 10:52:46 -08:00
parent d4588ff2a7
commit ff66742a12
2 changed files with 3 additions and 3 deletions

View File

@ -189,9 +189,9 @@ jobs:
pip install --upgrade conan pip install --upgrade conan
shell: bash shell: bash
- name: Brew unlink libiconv - name: Brew install libiconv
run: | run: |
brew unlink libiconv brew install libiconv
shell: bash shell: bash
- name: Setup conan profile - name: Setup conan profile

View File

@ -206,7 +206,7 @@ if (NOT MSVC)
endif() endif()
if (APPLE) if (APPLE)
set(ICONV_MAC_LIB libiconv) set(ICONV_MAC_LIB iconv)
endif() endif()
target_link_libraries(libFBX2glTF target_link_libraries(libFBX2glTF