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/