Commit 2f3e5d82 authored by Xiaowu Zhang's avatar Xiaowu Zhang

set shared to false for compile directory

parent 5239a27d
......@@ -328,6 +328,8 @@ class Recipe(object):
opt = self.options.copy()
opt['destination'] = compile_dir
opt['strip-top-level-dir'] = 'false'
# no need to shared build for compile dir
opt['shared'] = False
slapos.recipe.downloadunpacked.Recipe(
self.buildout, self.name, opt).install()
except:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment