Skip to content

Commit

Permalink
Oops, fix directory to print from.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcurtin committed Mar 21, 2024
1 parent 9713e9b commit 89003f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_mlpack.osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 89003f4

Please sign in to comment.