mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-14 18:51:15 +00:00
(#16988) docs: Access build folder using the improved syntax from 1.53
https://github.com/conan-io/conan-center-index/pull/16847/files#r1158843293
This commit is contained in:
@@ -23,5 +23,5 @@ class TestPackageConan(ConanFile):
|
||||
|
||||
def test(self):
|
||||
if can_run(self):
|
||||
bin_path = os.path.join(self.cpp.build.bindirs[0], "test_package")
|
||||
bin_path = os.path.join(self.cpp.build.bindir, "test_package")
|
||||
self.run(bin_path, env="conanrun")
|
||||
|
Reference in New Issue
Block a user