Skip to content

Commit

Permalink
Update metacall-environment.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Feb 28, 2025
1 parent 5303979 commit b2aac2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/metacall-environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -650,8 +650,9 @@ sub_java(){
# C
sub_c(){
echo "configure c"

cd $ROOT_DIR
LLVM_VERSION_STRING=14

if [ "${OPERATIVE_SYSTEM}" = "Linux" ]; then
if [ "${LINUX_DISTRO}" = "debian" ]; then
UBUNTU_CODENAME=""
Expand Down

0 comments on commit b2aac2e

Please sign in to comment.