mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Change option description
This commit is contained in:
parent
bcd282bc09
commit
6d232bb73c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ option(LUAU_BUILD_WEB "Build Web module" OFF)
|
|||
option(LUAU_WERROR "Warnings as errors" OFF)
|
||||
option(LUAU_STATIC_CRT "Link with the static CRT (/MT)" OFF)
|
||||
option(LUAU_EXTERN_C "Use extern C for all APIs" OFF)
|
||||
option(LUAU_EXPORT_DLL "Exports to DLL with C linkage" OFF)
|
||||
option(LUAU_EXPORT_DLL "Exports to DLL" OFF)
|
||||
option(LUAU_NATIVE "Enable support for native code generation" OFF)
|
||||
|
||||
if(LUAU_STATIC_CRT)
|
||||
|
|
Loading…
Add table
Reference in a new issue