Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor00f authored Nov 11, 2024
1 parent fd5c312 commit 876c00a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ else
fi
fi

export $MESSAGE

sudo chmod 775 $TOOLCHAIN_DIR/win32/bin/*
sudo chmod 775 $TOOLCHAIN_DIR/win32/include/*
sudo chmod 775 $TOOLCHAIN_DIR/win32/lib/gcc/mingw32/5.4.0/include/*
sudo chmod 775 $TOOLCHAIN_DIR/win32/lib/gcc/mingw32/5.4.0/include/c++/*

cd "$OLDPWD"

export PATH=$PATH:$TOOLCHAIN_DIR/win32/bin

print_ok "Installation was successful!"

0 comments on commit 876c00a

Please sign in to comment.