Skip to content

Commit

Permalink
Fix building babayaga
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 22, 2023
1 parent fe1b86c commit 27dd4e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/babayaga/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ def install(self, spec, prefix):
script = prefix.bin.babayaga
install(script_sh, script)
chmod("755", script)

@property
def parallel(self):
return not self.spec.satisfies("@fcc-1.0.0")

0 comments on commit 27dd4e9

Please sign in to comment.