Update Cg.framework to version 3.0.0015.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6900 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang
2011-01-24 00:26:39 +00:00
parent 9f48012442
commit e53c8188c0
4 changed files with 27 additions and 27 deletions

View File

@ -70,7 +70,7 @@ elif sys.platform == 'darwin':
exe += 'NoGUI'
env.Install('#' + env['prefix'] + '/Dolphin.app/Contents/' +
'Library/Frameworks/Cg.framework', source = [
'Frameworks/Cg.framework', source = [
'#Externals/Cg/Cg.framework/Cg',
'#Externals/Cg/Cg.framework/Resources'
])