mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
chore: Enable with_rive_scripting flag for wasm (#11329) 8e395d6bb0
Co-authored-by: Philip Chung <philterdesign@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
|||||||
8f9dae9f361595302907e90ef18335b66c83d988
|
8e395d6bb04b096d0fcf308113c5458e7722e19c
|
||||||
|
|||||||
@@ -174,3 +174,8 @@ newoption({
|
|||||||
trigger = 'with_rive_layout',
|
trigger = 'with_rive_layout',
|
||||||
description = 'Compiles in layout features.',
|
description = 'Compiles in layout features.',
|
||||||
})
|
})
|
||||||
|
|
||||||
|
newoption({
|
||||||
|
trigger = 'with_rive_docs',
|
||||||
|
description = 'Indicates building for use with the docs generator.',
|
||||||
|
})
|
||||||
|
|||||||
@@ -38,6 +38,13 @@ end
|
|||||||
|
|
||||||
project('luau_compiler')
|
project('luau_compiler')
|
||||||
do
|
do
|
||||||
|
kind('None')
|
||||||
|
|
||||||
|
filter({
|
||||||
|
'options:with_rive_tools or options:with_rive_docs',
|
||||||
|
'options:not flutter_runtime or options:with_rive_docs'
|
||||||
|
})
|
||||||
|
do
|
||||||
kind('StaticLib')
|
kind('StaticLib')
|
||||||
exceptionhandling('On')
|
exceptionhandling('On')
|
||||||
|
|
||||||
@@ -58,6 +65,7 @@ do
|
|||||||
do
|
do
|
||||||
defines({ 'LUAU_ENABLE_ASAN' })
|
defines({ 'LUAU_ENABLE_ASAN' })
|
||||||
end
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
return { luau = luau, libhydrogen = libhydrogen }
|
return { luau = luau, libhydrogen = libhydrogen }
|
||||||
|
|||||||
Reference in New Issue
Block a user