galahad: Correct the name of the scons library

This commit is contained in:
Jakob Bornecrantz 2010-11-10 22:36:33 +00:00
parent 8e0230a85c
commit d4c60575f8

View file

@ -3,7 +3,7 @@ Import('*')
env = env.Clone()
galahad = env.ConvenienceLibrary(
target = 'identity',
target = 'galahad',
source = [
'glhd_context.c',
'glhd_objects.c',