--- SConstruct.orig	2013-01-07 16:49:34.000000000 +0400
+++ SConstruct	2014-08-22 15:37:51.000000000 +0400
@@ -2057,7 +2057,7 @@
 
 # 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'])
