This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DISTRHO-Ports-Extra
mirror of
https://github.com/DISTRHO/DISTRHO-Ports-Extra
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Rename binaries to argotlunar2, to avoid conflicts
master
falkTX
10 years ago
parent
6c6d502258
commit
805fd5c19e
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ports/argotlunar/LV2/premake.lua
+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("argotlunar
2
")
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("argotlunar
2
")
package.includepaths = {
package.includepaths,
Write
Preview
Loading…
Cancel
Save