diff --git a/.rive_head b/.rive_head index 7c6421d7..376ddd2a 100644 --- a/.rive_head +++ b/.rive_head @@ -1 +1 @@ -ce274af56c78a1dd554a13823adbfbf52304b595 +393e19b4fa6abcc9ee57cae466d399292e474272 diff --git a/dummy.cpp b/dummy.cpp new file mode 100644 index 00000000..65e2cc34 --- /dev/null +++ b/dummy.cpp @@ -0,0 +1 @@ +// intentionally blank diff --git a/premake5_v2.lua b/premake5_v2.lua index e182b38b..3ad75fab 100644 --- a/premake5_v2.lua +++ b/premake5_v2.lua @@ -47,6 +47,11 @@ if _OPTIONS['with_rive_scripting'] then luau = scripting.luau libhydrogen = scripting.libhydrogen else + project('luau_vm') + do + kind('StaticLib') + files({ 'dummy.cpp' }) + end luau = '' libhydrogen = '' end