Skip to content

Commit 23c1389

Browse files
committed
Merge pull request #102781 from akien-mga/thorvg-file-io
ThorVG: Explicitly enable embedded texture support with `THORVG_FILE_IO_SUPPORT`
2 parents f45d2f8 + 26ac8ce commit 23c1389

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/svg/SCsub

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ env_svg.Prepend(CPPPATH=[thirdparty_dir + "inc"])
6969

7070
# Enable ThorVG static object linking.
7171
env_svg.Append(CPPDEFINES=["TVG_STATIC"])
72+
# Explicit support for embedded images in svg.
73+
env_svg.Append(CPPDEFINES=["THORVG_FILE_IO_SUPPORT"])
7274

7375
env_thirdparty = env_svg.Clone()
7476
env_thirdparty.disable_warnings()

0 commit comments

Comments
 (0)