Skip to content

Commit

Permalink
manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
kotbegemot committed Jan 4, 2025
1 parent b944cdc commit 88e4fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/python/otterbrix/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
include_package_data=True,
extras_require={"test": ["pytest"]},
cmake_args=[
"-DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake", # Pass toolchain file here
f"-DCMAKE_TOOLCHAIN_FILE={toolchain_file}", # Pass toolchain file here
# "-DCMAKE_TOOLCHAIN_FILE=_skbuild/linux-x86_64-3.8/cmake-build/conan_toolchain.cmake",
"-DCMAKE_BUILD_TYPE=Release",
],
Expand Down

0 comments on commit 88e4fd0

Please sign in to comment.