Use correct path for LV2 on MINGW

This commit is contained in:
redtide 2020-02-28 20:49:53 +01:00
parent f98c6beff8
commit c0b43c6f37

View file

@ -14,8 +14,7 @@ else()
set (LV2PLUGIN_SPDX_LICENSE_ID "ISC")
endif()
if (WIN32)
if (MSVC)
set (LV2PLUGIN_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lv2" CACHE STRING
"Install destination for LV2 bundle [default: ${CMAKE_INSTALL_PREFIX}/lv2}]")
else()