From 89003f4656f995c51f529e27bed1819e40478192 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Thu, 21 Mar 2024 19:19:18 -0400 Subject: [PATCH] Oops, fix directory to print from. --- build_mlpack.osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_mlpack.osx.sh b/build_mlpack.osx.sh index 28ba26e..cb75b42 100755 --- a/build_mlpack.osx.sh +++ b/build_mlpack.osx.sh @@ -73,7 +73,7 @@ make -j4 # and we will then call setup.py build_ext again to build all the Cython # modules. ls ../py-old/*.pyx -cat setup.py # debugging +cat src/mlpack/bindings/python/setup.py # debugging if [ "$CIBW_ARCHS_MACOS" == "arm64" ]; then cp ../py-old/*.pyx src/mlpack/bindings/python/mlpack/