fixed linux

This commit is contained in:
Mikulas Florek 2023-09-30 22:55:02 +02:00
parent 93a63a5b5f
commit 400c3a223e
1 changed files with 4 additions and 0 deletions

View File

@ -1060,9 +1060,13 @@ if force_build_luau == true then
"LUA_API=__declspec(dllexport)",
"LUACODE_API=__declspec(dllexport)"
}
configuration {}
if not force_build_luau_dynamic then
solution "LumixEngine"
configuration { "vs20*" }
defines { "LUMIX_LUAU_ANALYSIS" }
configuration {}
end
else
printf("--force-build-luau used but Luau source code not found")