From d6698e19070c2059530e373626b08fe13aa14e80 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 24 Mar 2009 00:59:33 +0000 Subject: [PATCH] move FST/winegcc thing around even more to avoid breaking OS X build git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4887 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/fst/SConscript | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libs/fst/SConscript b/libs/fst/SConscript index a0522c0b0a..9dc84c5148 100644 --- a/libs/fst/SConscript +++ b/libs/fst/SConscript @@ -15,8 +15,6 @@ fst.Merge ([ libraries['glib2'] ]) -fst.Replace(CC = ("winegcc")) - # # See if JACK supports jack_set_thread_creator() # @@ -52,12 +50,12 @@ if conf.CheckJackSetThreadCreator(): fst = conf.Finish () if fst['VST']: + fst.Replace(CC = ("winegcc")) a = fst.Object ('fst', 'fst.c') b = fst.Object ('fstinfofile', 'fstinfofile.c') c = fst.Object ('vstwin', 'vstwin.c') d = fst.Object ('vsti', 'vsti.c') e = fst.Object ('thread', 'thread.c') - Default([a,b,c,d,e]) env.Alias('tarball', env.Distribute (env['DISTTREE'], -- 2.30.2