From db642dc40699b8ffbcfef64b2a8048efa3e70401 Mon Sep 17 00:00:00 2001 From: bjorn Date: Mon, 18 Feb 2019 14:37:52 -0800 Subject: [PATCH] Fix CMake typo; --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 80c47e4d..fc4ec44c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,7 @@ option(LOVR_SYSTEM_LUA "Use the system-provided Lua" OFF) option(LOVR_SYSTEM_ODE "Use the system-provided ODE" OFF) option(LOVR_SYSTEM_OPENAL "Use the system-provided OpenAL" OFF) -option(LOVR_BUILD_SHARED "Build as a static library instead of an executable" OFF) +option(LOVR_BUILD_SHARED "Build as a shared library instead of an executable" OFF) # Setup if(EMSCRIPTEN)