Skip to content

Commit

Permalink
prevent warning caused by mingw
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Jan 5, 2024
1 parent cd1937d commit 4918a8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oxidizer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ done
declare -a OX_CORE_PLUGINS
if [[ $(uname) = "Darwin" || $(uname) = "Linux" ]]; then
OX_CORE_PLUGINS=(oxpb oxput oxpnw)
else
OX_CORE_PLUGINS=(oxput oxpnw)
fi

# load core plugins
Expand Down

0 comments on commit 4918a8f

Please sign in to comment.