minor fixes

This commit is contained in:
ohyzha
2024-08-05 10:15:39 +03:00
parent 232ad0a938
commit 62a0e84634
2 changed files with 4 additions and 0 deletions

View File

@@ -40,6 +40,8 @@ elseif(APPLE AND NOT IOS)
set(TRIPLET arm64-osx CACHE INTERNAL "triplet")
elseif(IOS)
set(TRIPLET arm64-ios CACHE INTERNAL "triplet")
else()
message(FATAL_ERROR "Unknown OS, can't build msdfgen")
endif()
execute_process(COMMAND ${VCPKG_EXECUTABLE} install freetype:${TRIPLET} libpng:${TRIPLET})