Fix scons compiling after carve changes
This commit is contained in:
1
extern/carve/SConscript
vendored
1
extern/carve/SConscript
vendored
@@ -7,6 +7,7 @@
|
||||
Import ('env')
|
||||
|
||||
sources = env.Glob('lib/*.cpp')
|
||||
sources += env.Glob('*.cc')
|
||||
|
||||
defs = []
|
||||
incs = ['include']
|
||||
|
@@ -50,7 +50,7 @@ incs = [
|
||||
|
||||
defs = []
|
||||
|
||||
if env ['WITH_BF_BOOLEAN']:
|
||||
if env['WITH_BF_BOOLEAN']:
|
||||
incs.append('#/extern/carve')
|
||||
defs.append('WITH_MOD_BOOLEAN')
|
||||
|
||||
|
Reference in New Issue
Block a user