Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index d16fd9a292b..62c41d0c331 100644
--- a/SConstruct
+++ b/SConstruct
@@ -228,7 +228,7 @@ for tp in B.possible_types:
if B.arguments.get('BF_PRIORITYLIST', '0')=='1':
B.propose_priorities()
-dobj = B.buildinfo(env, "dynamic")
+dobj = B.buildinfo(env, "dynamic") + B.resources
thestatlibs, thelibincs = B.setup_staticlibs(env)
thesyslibs = B.setup_syslibs(env)