From d63ca836db048673748d4e7add20e713677abffd Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 29 Feb 2004 15:07:32 +0000 Subject: [PATCH] - SConscript error for mathutils, no comma after C file --- source/blender/python/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript index 27bfce04f6c..d8780a409ad 100644 --- a/source/blender/python/SConscript +++ b/source/blender/python/SConscript @@ -47,7 +47,7 @@ source_files = ['BPY_interface.c', 'api2_2x/matrix.c', 'api2_2x/euler.c', 'api2_2x/quat.c', - 'api2_2x/Mathutils.c' + 'api2_2x/Mathutils.c', 'api2_2x/rgbTuple.c', 'api2_2x/gen_utils.c', 'api2_2x/EXPP_interface.c']