Use correct path for LV2 on MINGW
This commit is contained in:
parent
f98c6beff8
commit
c0b43c6f37
1 changed files with 1 additions and 2 deletions
|
|
@ -14,8 +14,7 @@ else()
|
||||||
set (LV2PLUGIN_SPDX_LICENSE_ID "ISC")
|
set (LV2PLUGIN_SPDX_LICENSE_ID "ISC")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if (MSVC)
|
||||||
if (WIN32)
|
|
||||||
set (LV2PLUGIN_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lv2" CACHE STRING
|
set (LV2PLUGIN_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/lv2" CACHE STRING
|
||||||
"Install destination for LV2 bundle [default: ${CMAKE_INSTALL_PREFIX}/lv2}]")
|
"Install destination for LV2 bundle [default: ${CMAKE_INSTALL_PREFIX}/lv2}]")
|
||||||
else()
|
else()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue