scons: ensure optional imaging libaries are build if requested when cross compiling
This commit is contained in:
parent
7796ea65d6
commit
54d8fc81dd
1 changed files with 2 additions and 0 deletions
|
@ -1338,6 +1338,8 @@ if not preconfigured:
|
||||||
env['SKIPPED_DEPS'].append(libname)
|
env['SKIPPED_DEPS'].append(libname)
|
||||||
else:
|
else:
|
||||||
env.Append(CPPDEFINES = define)
|
env.Append(CPPDEFINES = define)
|
||||||
|
else:
|
||||||
|
env.Append(CPPDEFINES = define)
|
||||||
|
|
||||||
env['REQUESTED_PLUGINS'] = [ driver.strip() for driver in Split(env['INPUT_PLUGINS'])]
|
env['REQUESTED_PLUGINS'] = [ driver.strip() for driver in Split(env['INPUT_PLUGINS'])]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue