forgot to copy back a change from my config.opt to SConstruct

This commit is contained in:
Jean-Luc Peurière 2004-07-28 09:09:32 +00:00
parent 2f5c4123d6
commit 09dc9c4066

@ -232,7 +232,8 @@ elif sys.platform == 'darwin':
'-framework', 'System',
'-framework', 'Python',
'-framework', 'CoreServices',
'-framework', 'Foundation']
'-framework', 'Foundation',
'-framework', 'OpenGL']
# International stuff
ftgl_lib = ['ftgl']
ftgl_libpath = [darwin_precomp + 'ftgl/lib']