We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60cb439 commit 2c20ca5Copy full SHA for 2c20ca5
1 file changed
xmake.lua
@@ -111,6 +111,7 @@ target("CommonLib", function ()
111
end)
112
113
add_defines("TSOM_COMMONLIB_BUILD")
114
+ add_defines("SOL_SAFE_FUNCTION_CALLS", { public = true })
115
add_defines("SOL_SAFE_USERTYPE", { public = true })
116
add_options("commonlib_static")
117
add_options("dev_tools", { public = true })
0 commit comments