Skip to content

Commit

Permalink
Rename fftw-macosx_x64_64 to fftw-macosx_x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasKluiters committed Jun 27, 2024
1 parent d5cb1f9 commit 7574e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fftw/cppbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ case $PLATFORM in
make install-strip
;;
macosx-x86_64)
patch -Np1 < ../../../fftw-macosx_x64_64.patch
patch -Np1 < ../../../fftw-macosx_x86_64.patch
./configure --prefix=$INSTALL_PATH --disable-fortran --enable-shared --enable-threads --with-combined-threads --enable-sse2
make -j $MAKEJ V=0
make install-strip
Expand Down

0 comments on commit 7574e6d

Please sign in to comment.