Skip to content

Commit

Permalink
remove dumb comma
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisGoosen committed Oct 24, 2024
1 parent 902e907 commit efc8be9
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 efc8be9

Please sign in to comment.