We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c433ea7 commit e2b477dCopy full SHA for e2b477d
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.4.4
4
+
5
+* Bug fixes
6
+ * Add -fPIC to compilation flags to fix build with `nerves_system_x86_64` and
7
+ other environments using the Musl C toolchains
8
9
## v0.4.3
10
11
* Bug fixes
mix.exs
@@ -1,7 +1,7 @@
defmodule Circuits.GPIO.MixProject do
use Mix.Project
- @version "0.4.3"
+ @version "0.4.4"
@source_url "https://github.com/elixir-circuits/circuits_gpio"
{:ok, system_version} = Version.parse(System.version())
0 commit comments