From 6d232bb73c4f378f95c1974c021a2d21c5f9d2e3 Mon Sep 17 00:00:00 2001 From: Acedia / Melancholy <85808999+TheGreatSageEqualToHeaven@users.noreply.github.com> Date: Sun, 12 Feb 2023 23:08:17 +0630 Subject: [PATCH] Change option description --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ce57618..c604574c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)