Skip to content

Commit

Permalink
fix install script to handle flang correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
everythingfunctional committed Dec 17, 2024
1 parent d4614b6 commit 13c9c33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ fi
echo "PKG_CONFIG_PATH=$PKG_CONFIG_PATH"

FPM_FC="$($REALPATH $(command -v $FC))"
FPM_FC=${FPM_FC/flang-20/flang-new}
FPM_CC="$($REALPATH $(command -v $CC))"

ask_package_permission()
Expand Down

0 comments on commit 13c9c33

Please sign in to comment.