diff options
Diffstat (limited to 'modules/text_server_fb/SCsub')
-rw-r--r-- | modules/text_server_fb/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/text_server_fb/SCsub b/modules/text_server_fb/SCsub index 8705bc430d..e808864512 100644 --- a/modules/text_server_fb/SCsub +++ b/modules/text_server_fb/SCsub @@ -10,7 +10,7 @@ env_text_server_fb = env_modules.Clone() if "svg" in env.module_list: env_text_server_fb.Prepend( - CPPPATH=["#thirdparty/thorvg/inc", "#thirdparty/thorvg/src/lib", "#thirdparty/thorvg/src/utils"] + CPPPATH=["#thirdparty/thorvg/inc", "#thirdparty/thorvg/src/common", "#thirdparty/thorvg/src/renderer"] ) # Enable ThorVG static object linking. env_text_server_fb.Append(CPPDEFINES=["TVG_STATIC"]) |