Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Luc Peurière <jlp@nerim.net>2005-02-03 01:13:23 +0300
committerJean-Luc Peurière <jlp@nerim.net>2005-02-03 01:13:23 +0300
commitd0aa7eac4147767c9dce784afed1e19e1fd62fc3 (patch)
treefcd88d2d23aa93484203a02af7c169c1f087d595 /SConstruct
parent8d305e9af6c30fc708f6a7467ed6772995d116c8 (diff)
support for new SDL build in makefiles and scons for Os X
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 3 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 04fc91dfe5d..cd7a9a62d23 100644
--- a/SConstruct
+++ b/SConstruct
@@ -223,7 +223,9 @@ elif sys.platform == 'darwin':
'-framework', 'Python',
'-framework', 'CoreServices',
'-framework', 'Foundation',
- '-framework', 'OpenGL']
+ '-framework', 'OpenGL',
+ '-framework', 'IOKit' ,
+ '-framework', 'AppKit']
# International stuff
ftgl_lib = ['ftgl']
ftgl_libpath = [darwin_precomp + 'ftgl/lib']