Skip to content

Commit

Permalink
Fixing freetype static lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chukobyte committed Apr 1, 2024
1 parent aa01c39 commit e8ba2d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ endif()

# https://github.com/freetype/freetype
if (NOT TARGET freetype)
set(BUILD_SHARED_LIBS NOT ${SEIKA_STATIC_LIB})
if (NOT SEIKA_STATIC_LIB)
set(BUILD_SHARED_LIBS ON)
endif ()

FetchContent_Declare(
freetype_content
Expand Down

0 comments on commit e8ba2d7

Please sign in to comment.