Browse Source

Rename binaries to argotlunar2, to avoid conflicts

master
falkTX 10 years ago
parent
commit
805fd5c19e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      ports/argotlunar/LV2/premake.lua
  2. +1
    -1
      ports/argotlunar/VST/premake.lua

+ 1
- 1
ports/argotlunar/LV2/premake.lua View File

@@ -1,7 +1,7 @@
dofile("../../../scripts/make-project.lua")
package = make_juce_lv2_project("argotlunar")
package = make_juce_lv2_project("argotlunar2")
package.includepaths = {
package.includepaths,


+ 1
- 1
ports/argotlunar/VST/premake.lua View File

@@ -1,7 +1,7 @@
dofile("../../../scripts/make-project.lua")
package = make_juce_vst_project("argotlunar")
package = make_juce_vst_project("argotlunar2")
package.includepaths = {
package.includepaths,


Loading…
Cancel
Save