Home | History | Annotate | Download | only in plat-mac

Lines Matching full:symlink

112     symlink = 0
202 if self.symlink:
204 msg = "Making symlink from"
215 if self.symlink:
216 symlink(src, dst, mkdirs=1)
383 # Symlink the executable instead of copying it.
526 if self.strip and not self.symlink:
534 os.symlink(os.path.abspath(self.executable), dst)
781 def symlink(src, dst, mkdirs=0):
787 os.symlink(os.path.abspath(src), dst)
823 -l, --link symlink files/folder instead of copying them
824 --link-exec symlink the executable instead of copying it
899 builder.symlink = 1