Skip to content

Commit

Permalink
fix for CR
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-hek committed Jan 15, 2024
1 parent 18eda03 commit dc01cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundlex/toolchain/common/unix/os_deps.ex
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ defmodule Bundlex.Toolchain.Common.Unix.OSDeps do
is_precompiled_disabled =
case Application.get_env(:bundlex, :disable_precompiled_os_deps, false) do
bool when is_boolean(bool) -> bool
[apps: apps] -> native.app in Bunch.listify(apps)
[apps: apps] when is_list(apps) -> native.app in apps
end

if is_precompiled_disabled do
Expand Down

0 comments on commit dc01cc2

Please sign in to comment.