frontier-client: fix build with clang (#29590)
This commit is contained in:
parent
6aa4c29119
commit
ed0c6cd0f3
@ -65,6 +65,7 @@ def edit(self, spec, prefix):
|
|||||||
def build(self, spec, prefix):
|
def build(self, spec, prefix):
|
||||||
with working_dir("client"):
|
with working_dir("client"):
|
||||||
make(
|
make(
|
||||||
|
"CC=clang" if self.spec.satisfies("%clang") else "",
|
||||||
"-j1",
|
"-j1",
|
||||||
"dist",
|
"dist",
|
||||||
"PACPARSER_DIR=" + self.spec["pacparser"].prefix,
|
"PACPARSER_DIR=" + self.spec["pacparser"].prefix,
|
||||||
|
Loading…
Reference in New Issue
Block a user