soc=2008-mxcurioni: reverted back to compiling swig as a binary, instead of as a library
This commit is contained in:
@@ -462,7 +462,8 @@ class BlenderEnvironment(SConsEnvironment):
|
||||
program_list.append(prog)
|
||||
if lenv['OURPLATFORM']=='darwin':
|
||||
lenv['BINARYKIND'] = binarykind
|
||||
lenv.AddPostAction(prog,Action(AppIt,strfunction=my_appit_print))
|
||||
if progname != "swig":
|
||||
lenv.AddPostAction(prog,Action(AppIt,strfunction=my_appit_print))
|
||||
return prog
|
||||
|
||||
def Glob(lenv, pattern):
|
||||
|
||||
Reference in New Issue
Block a user