mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-08 18:02:05 +03:00
getdeps: include subdirectories when searching manifest
Summary: Make getdeps to look for subdirectories for manifest files. Reviewed By: simpkins Differential Revision: D17222388 fbshipit-source-id: e13503beccd9edf6d80f78fbc3238b2a8d2053dd
This commit is contained in:
committed by
Facebook Github Bot
parent
56e9b68419
commit
dd16065749
@@ -120,6 +120,10 @@ class BuildOptions(object):
|
||||
|
||||
self.vcvars_path = vcvars_path
|
||||
|
||||
@property
|
||||
def manifests_dir(self):
|
||||
return os.path.join(self.fbcode_builder_dir, "manifests")
|
||||
|
||||
def is_darwin(self):
|
||||
return self.host_type.is_darwin()
|
||||
|
||||
|
Reference in New Issue
Block a user