1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 07:39:42 +02:00

[CMAKE] WIN32: Fix error in LILV_DEFAULT_LV2_PATH (#534)

This commit is contained in:
Carlo Bramini 2020-05-23 21:31:37 +02:00 committed by GitHub
parent 1f366ee073
commit e9d2669a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,7 +176,7 @@ endmacro()
if( WIN32 )
set( LILV_PATH_SEP ";" )
set( LILV_DIR_SEP "\\\\" )
set( LILV_DEFAULT_LV2_PATH "%APPDATA%\\LV2;%COMMONPROGRAMFILES%\\LV2" )
set( LILV_DEFAULT_LV2_PATH "%APPDATA%\\\\LV2;%COMMONPROGRAMFILES%\\\\LV2" )
set( SUIL_MODULE_DIR "" )
set( SUIL_DIR_SEP "" )