Browse Source

Misc

tags/1.9.6
falkTX 11 years ago
parent
commit
309172ff90
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      source/Makefile.mk

+ 2
- 2
source/Makefile.mk View File

@@ -8,10 +8,10 @@
# Modify to enable/disable specific features # Modify to enable/disable specific features


# Use the free vestige header instead of the official VST SDK # Use the free vestige header instead of the official VST SDK
CARLA_VESTIGE_HEADER ?= true
CARLA_VESTIGE_HEADER = true


# Enable experimental plugins, don't complain if the build fails when using this! # Enable experimental plugins, don't complain if the build fails when using this!
EXPERIMENTAL_PLUGINS ?= false
EXPERIMENTAL_PLUGINS = false


# -------------------------------------------------------------- # --------------------------------------------------------------
# DO NOT MODIFY PAST THIS POINT! # DO NOT MODIFY PAST THIS POINT!


Loading…
Cancel
Save