Skip to content

Commit

Permalink
Support creating docs on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jan 18, 2024
1 parent d815294 commit fc57c9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ defmodule Circuits.GPIO.MixProject do

defp default_backend(), do: default_backend(Mix.env(), Mix.target())
defp default_backend(:test, _target), do: {Circuits.GPIO.CDev, test: true}
defp default_backend(:docs, _target), do: {Circuits.GPIO.CDev, test: true}
defp default_backend(:nil_test, _target), do: Circuits.GPIO.NilBackend

defp default_backend(_env, :host) do
Expand Down

0 comments on commit fc57c9b

Please sign in to comment.