Skip to content

Commit

Permalink
Using PIC for font data
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Holberton committed Apr 28, 2024
1 parent f109df3 commit ba70191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ target_link_libraries(uikit

if(UIKIT_PYTHON)
set_target_properties(uikit PROPERTIES POSITION_INDEPENDENT_CODE ON)
set_target_properties(uikit_font_data PROPERTIES POSITION_INDEPENDENT_CODE ON)
endif()

if(EMSCRIPTEN)
Expand Down

0 comments on commit ba70191

Please sign in to comment.