Skip to content

Commit

Permalink
add mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Jan 5, 2024
1 parent 8ff9949 commit 6ec8a7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions oxidizer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ case $(uname -a) in
*Ubuntu* | *Debian* | *WSL*)
. "${OX_OXYGEN[oxpd]}"
;;
*MINGW*)
. "${OX_OXYGEN[oxpw]}"
;;
esac

# load custom plugins
Expand Down

0 comments on commit 6ec8a7e

Please sign in to comment.