diff --git a/CMakeLists.txt b/CMakeLists.txt index d9b70647..ed9c278b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,6 +67,7 @@ elseif(NOT EMSCRIPTEN) include_directories(${GLFW_INCLUDE_DIRS}) set(LOVR_GLFW ${GLFW_LIBRARIES}) endif() +unset(LIB_SUFFIX CACHE) # Lua if(EMSCRIPTEN)