1 2 3 4 5 6 7 8
Import('env') sources = Glob('*.cpp') if env['PLATFORM'] == 'darwin': sources.append('SDLMain.m') env.Library('wriggle', sources)