mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-07 07:02:53 +03:00
Add annotations to opensource/fbcode_builder
Reviewed By: shannonzhu Differential Revision: D34811565 fbshipit-source-id: 80fd0edb13a88e1a8974993f547727f55b1f71fb
This commit is contained in:

committed by
Facebook GitHub Bot
parent
d446a44196
commit
d44dd89520
@@ -1098,7 +1098,7 @@ class NopBuilder(BuilderBase):
|
|||||||
build_opts, ctx, manifest, src_dir, None, inst_dir
|
build_opts, ctx, manifest, src_dir, None, inst_dir
|
||||||
)
|
)
|
||||||
|
|
||||||
def build(self, install_dirs, reconfigure) -> None:
|
def build(self, install_dirs, reconfigure: bool) -> None:
|
||||||
print("Installing %s -> %s" % (self.src_dir, self.inst_dir))
|
print("Installing %s -> %s" % (self.src_dir, self.inst_dir))
|
||||||
parent = os.path.dirname(self.inst_dir)
|
parent = os.path.dirname(self.inst_dir)
|
||||||
if not os.path.exists(parent):
|
if not os.path.exists(parent):
|
||||||
|
Reference in New Issue
Block a user