Skip to content

Commit

Permalink
coin-cbc : use self instead of self.settings when calling tools.cross…
Browse files Browse the repository at this point in the history
…_building [test_package]
  • Loading branch information
oleurodecision committed Jan 19, 2023
1 parent 71b64cf commit bc1966d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/coin-cbc/all/test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ def build(self):
cmake.build()

def test(self):
if not tools.cross_building(self.settings):
if not tools.cross_building(self):
bin_path = os.path.join("bin", "test_package")
self.run(bin_path, run_environment=True)

0 comments on commit bc1966d

Please sign in to comment.