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:
-rw-r--r--source/blender/freestyle/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript
index 430b93d408d..6fd6805bef9 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -80,6 +80,6 @@ env.BlenderLib (libname="bf_freestyle",
includes=Split(incs),
defines=defs,
libtype=['core'],
- priority = [25]
+ priority = [370] # bf_python is 361
)