Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeiNA committed Jan 4, 2025
1 parent 88e4fd0 commit 4e65635
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integration/python/otterbrix/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# Get the absolute path to the toolchain file
toolchain_file = Path("conan_toolchain.cmake").resolve()

print('----------------TOOLCHAIN----------------')
print(toolchain_file)
print("-DCMAKE_TOOLCHAIN_FILE="+toolchain_file)
print('----------------TOOLCHAIN----------------')

setup(
name="otterbrix",
version="1.0a9",
Expand Down

0 comments on commit 4e65635

Please sign in to comment.