frontier-client: fix build with clang (#29590)

This commit is contained in:
Valentin Volkl
2023-04-04 14:23:32 +02:00
committed by GitHub
parent 6aa4c29119
commit ed0c6cd0f3

View File

@@ -65,6 +65,7 @@ def edit(self, spec, prefix):
def build(self, spec, prefix):
with working_dir("client"):
make(
"CC=clang" if self.spec.satisfies("%clang") else "",
"-j1",
"dist",
"PACPARSER_DIR=" + self.spec["pacparser"].prefix,