Browse Source

Fix modgui reference

pull/6/head
falkTX 9 years ago
parent
commit
831ad23db5
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      distrho/src/DistrhoPluginLV2export.cpp

+ 2
- 1
distrho/src/DistrhoPluginLV2export.cpp View File

@@ -116,7 +116,8 @@ void lv2_generate_ttl(const char* const basename)
manifestString += " a lv2:Plugin ;\n";
manifestString += " lv2:binary <" + pluginDLL + "." DISTRHO_DLL_EXTENSION "> ;\n";
#if DISTRHO_PLUGIN_USES_MODGUI
manifestString += " rdfs:seeAlso <" + pluginTTL + " , modgui.ttl> .\n";
manifestString += " rdfs:seeAlso <" + pluginTTL + "> ,\n
manifestString += " <modgui.ttl> .\n";
#else
manifestString += " rdfs:seeAlso <" + pluginTTL + "> .\n";
#endif


Loading…
Cancel
Save