Skip to content

Commit

Permalink
Update otoolstuff.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
RensDofferhoff authored Oct 22, 2024
1 parent 2580f4a commit f6752ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/otoolstuff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ void _moduleLibraryFixer(const std::string & moduleLibraryPath, bool engineCall,
if(devMod) {
ids_to_be_replaced = {
#ifndef __aarch64__
,{"libgfortran.dylib", framework_resources + "opt/local/gfortran/lib/libgfortran.dylib"}
{"libgfortran.dylib", framework_resources + "opt/local/gfortran/lib/libgfortran.dylib"}
,{"libquadmath.dylib", framework_resources + "opt/local/gfortran/lib/libquadmath.dylib"}
#endif
};
Expand Down

0 comments on commit f6752ca

Please sign in to comment.