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 'extern/SConscript')
-rw-r--r--extern/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/extern/SConscript b/extern/SConscript
index 924b7f54507..eefd1bbb635 100644
--- a/extern/SConscript
+++ b/extern/SConscript
@@ -16,3 +16,6 @@ if env['WITH_BF_VERSE']:
if env['WITH_BF_FFMPEG'] and env['BF_FFMPEG_LIB'] == '':
SConscript(['ffmpeg/SConscript']);
+
+if env['OURPLATFORM'] == 'linux2':
+ SConscript(['binreloc/SConscript']); \ No newline at end of file