remove common dir from SCons. Build now working again and testsuite running.
This commit is contained in:
parent
e8d76cd022
commit
52efe84659
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ def defineBuildTargets(env, artifacts):
|
|||
objback = srcSubtree(env,'$SRCDIR/backend')
|
||||
objproc = srcSubtree(env,'$SRCDIR/proc')
|
||||
objlib = ( srcSubtree(env,'$SRCDIR/lumiera')
|
||||
+ srcSubtree(env,'$SRCDIR/common')
|
||||
# + srcSubtree(env,'$SRCDIR/common')
|
||||
+ srcSubtree(env,'$SRCDIR/lib')
|
||||
)
|
||||
core = ( env.SharedLibrary('$LIBDIR/lumiback', objback, SHLIBPREFIX='')
|
||||
|
|
|
|||
Loading…
Reference in a new issue