Skip to content

Commit

Permalink
Add gfortran as a compiler wrapper
Browse files Browse the repository at this point in the history
Or else `bear` does not intercept the calls to `gfortran` in MacOS.
  • Loading branch information
inaki-amatria authored and rizsotto committed Jul 14, 2024
1 parent c8581c4 commit 81160a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/intercept/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ install(CODE "
COMMAND ln -sf ../wrapper clang
COMMAND ln -sf ../wrapper clang++
COMMAND ln -sf ../wrapper f77
COMMAND ln -sf ../wrapper gfortran
COMMAND ln -sf ../wrapper m2c
COMMAND ln -sf ../wrapper pc
COMMAND ln -sf ../wrapper lex
Expand Down

0 comments on commit 81160a2

Please sign in to comment.