diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-10-02 03:44:08 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-10-02 03:44:08 +0200 |
commit | 4414344fb085c458bd689d95a9f02bc251d0554a (patch) | |
tree | f2752fa50ed250f46cf61d98dd3d5ef0ae42b310 /SConstruct | |
parent | cd5f7f9c3ff949dcc5922fd91e79028a9bf489ab (diff) |
Replaced all instances of TextureSDL with TextureSTBI.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ if env['PLATFORM'] == 'darwin': env.Append(CPPPATH = ['.', '/opt/local/include', '/opt/local/include/freetype2']) env.Append(LIBS = ['ftgl']) env.Append(LIBPATH = ['/opt/local/lib']) - env.Append(FRAMEWORKS = ['sfml-system', 'sfml-window', 'SDL', 'SDL_image', 'OpenGL']) + env.Append(FRAMEWORKS = ['sfml-system', 'sfml-window', 'OpenGL']) else: env.Append(CPPPATH = ['.']) env.Append(LIBS = ['GL', 'GLU', 'SDL', 'SDL_image']) |