blob: c7ee4b0b96b26587921321b9c930f0521db55b24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- SConstruct.orig 2013-01-07 12:49:34 UTC
+++ SConstruct
@@ -2057,7 +2057,7 @@ else:
# DSSI HOST OPCODES
-if (commonEnvironment['buildDSSI'] == '1' and (getPlatform() == 'linux' or getPlatform() == 'darwin') and configure.CheckHeader("ladspa.h", language = "C")) and configure.CheckHeader("dssi.h", language = "C"):
+if (commonEnvironment['buildDSSI'] == '1'):
print "CONFIGURATION DECISION: Building DSSI plugin host opcodes."
dssiEnvironment = pluginEnvironment.Clone()
dssiEnvironment.Append(LIBS = ['dl'])
|