1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-05 19:55:47 +03:00

add manifest for katran and its dependencies

Summary: Dependencies include libbpf and libelf

Reviewed By: wez

Differential Revision: D17363237

fbshipit-source-id: 4408f2fbabbbde170b57779422038b32e52c6f51
This commit is contained in:
Udip Pant
2019-09-18 11:54:27 -07:00
committed by Facebook Github Bot
parent 8e09390f9d
commit aacf52e6f7
5 changed files with 75 additions and 1 deletions

View File

@@ -114,7 +114,7 @@ class MakeBuilder(BuilderBase):
)
self._run_cmd(cmd, env=env)
install_cmd = ["make", "install", "PREFIX=" + self.inst_dir]
install_cmd = ["make", "install"] + self.args + ["PREFIX=" + self.inst_dir]
self._run_cmd(install_cmd, env=env)