Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Rename binaries to argotlunar2, to avoid conflicts
  • Loading branch information
falkTX committed Mar 23, 2015
1 parent 6c6d502 commit 805fd5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/argotlunar/LV2/premake.lua
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion ports/argotlunar/VST/premake.lua
@@ -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,
Expand Down

0 comments on commit 805fd5c

Please sign in to comment.