diff --git a/SConstruct b/SConstruct index af85ee655..dab5372e0 100644 --- a/SConstruct +++ b/SConstruct @@ -1338,6 +1338,8 @@ if not preconfigured: env['SKIPPED_DEPS'].append(libname) else: env.Append(CPPDEFINES = define) + else: + env.Append(CPPDEFINES = define) env['REQUESTED_PLUGINS'] = [ driver.strip() for driver in Split(env['INPUT_PLUGINS'])]