Skip to content

Commit 72ba3fa

Browse files
committed
fix:link luau_vm when rive scripting is enabled
1 parent 6dc4817 commit 72ba3fa

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

renderer/premake5.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ if not _OPTIONS['with-webgpu'] then
5151
'rive_sheenbidi',
5252
'rive_yoga',
5353
})
54+
55+
filter({ 'options:with_rive_scripting' })
56+
do
57+
links({ 'luau_vm' })
58+
end
5459
filter({ 'options:not no_rive_png' })
5560
do
5661
links({ 'zlib', 'libpng' })

0 commit comments

Comments
 (0)