Skip to content

Commit

Permalink
acts: patch ACTS_USE_SYSTEM_ACTSVG
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Jun 23, 2023
1 parent 5d9eaaf commit 70cb770
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/acts/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@


class Acts(BuiltinActs):
patch(
"https://github.com/acts-project/acts/commit/3255dfc3dddf9c7a82aaddb041d4a6f095d19124.patch?full_index=1",
sha256="",
when="@20.1.0:26",
)
def cmake_args(self):
args = super().cmake_args()
args.append(self.define("Python_EXECUTABLE", self.spec["python"].command.path))
Expand Down

0 comments on commit 70cb770

Please sign in to comment.