From a434892208559232d108b512f9ed30527e646d9d Mon Sep 17 00:00:00 2001 From: feixm1 Date: Tue, 8 Aug 2017 00:00:02 +0200 Subject: build: fix dependencies for Cygwin environment This replaces previous commit with same intentions. This time, with proper formating (no tabs in code). --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index ac061e309c..ad57df9d67 100644 --- a/wscript +++ b/wscript @@ -548,7 +548,7 @@ audio_output_features = [ }, { 'name': '--wasapi', 'desc': 'WASAPI audio output', - 'deps': ['os-win32'], + 'deps_any': ['os-win32', 'os-cygwin'], 'func': check_cc(fragment=load_fragment('wasapi.c')), } ] -- cgit v1.2.3