From bf4827f46f22b4df0fa2ddd6716fd59247f9e1bb Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Sat, 2 Oct 2010 01:52:19 +0200 Subject: Ported from SDL to SFML. --- SConscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'SConscript') diff --git a/SConscript b/SConscript index 1aa29b7..fa6ff2e 100644 --- a/SConscript +++ b/SConscript @@ -2,7 +2,4 @@ Import('env') sources = Glob('*.cpp') -if env['PLATFORM'] == 'darwin': - sources.append('SDLMain.m') - env.Library('wriggle', sources) -- cgit v1.2.3