Tracy compiles its own freetype.

This commit is contained in:
Bartosz Taudul 2024-09-20 21:46:32 +02:00
parent a68ef3c27b
commit 821f2f907b
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -34,7 +34,7 @@ else()
endif()
if(EMSCRIPTEN)
add_compile_options(-sUSE_FREETYPE=1 -pthread -DIMGUI_IMPL_OPENGL_ES2)
add_compile_options(-pthread -DIMGUI_IMPL_OPENGL_ES2)
endif()
if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug" AND NOT EMSCRIPTEN)