We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de254b4 commit 269e7d5Copy full SHA for 269e7d5
CHANGELOG.md
@@ -25,6 +25,10 @@
25
* Bug Fixes
26
* disable precompiler when calling `mix nerves.clean` to prevent having to
27
build the package so we can clean it.
28
+ * Fixes issue where project dependencies that contain calls to `System.get_env`
29
+ in their config or mix file or rebar deps that have `rebar-config.script`
30
+ overrides that make `os:getenv` calls were not being configured for the
31
+ cross compile environment.
32
33
## v0.6.4
34
* Enhancements
0 commit comments