Skip to content

Commit

Permalink
userspace-rcu: no need for a custom bootstrap script
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Sep 11, 2023
1 parent 9e53d4d commit c7a5945
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/userspace-rcu/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ def generate(self):
tc.generate()

def build(self):
with chdir(self, self.source_folder):
self.run("./bootstrap")
autotools = Autotools(self)
autotools.autoreconf()
autotools.configure()
autotools.make()

Expand Down

0 comments on commit c7a5945

Please sign in to comment.