2009-10-25 18:41:24 -04:00
|
|
|
$OpenBSD: patch-SConstruct,v 1.6 2009/10/25 22:41:25 steven Exp $
|
|
|
|
--- SConstruct.orig Tue Sep 1 17:23:49 2009
|
|
|
|
+++ SConstruct Sat Oct 10 19:25:41 2009
|
|
|
|
@@ -596,7 +596,7 @@ if env['WITH_BF_PLAYER']:
|
2005-11-24 17:22:56 -05:00
|
|
|
|
2006-07-26 02:45:27 -04:00
|
|
|
if not env['WITH_BF_GAMEENGINE']:
|
2009-10-25 18:41:24 -04:00
|
|
|
blendernogame = env.Alias('blendernogame', B.program_list)
|
|
|
|
- Depends(blendernogame,installtarget)
|
|
|
|
+# Depends(blendernogame,installtarget)
|
2007-09-20 15:58:49 -04:00
|
|
|
|
2009-10-25 18:41:24 -04:00
|
|
|
if 'blenderlite' in B.targets:
|
|
|
|
blenderlite = env.Alias('blenderlite', B.program_list)
|