Commit 32d5cb3 1 parent eed8dca commit 32d5cb3 Copy full SHA for 32d5cb3
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The package can be installed by adding `membrane_ice_plugin` to your list of dep
17
17
``` elixir
18
18
def deps do
19
19
[
20
- {:membrane_ice_plugin , " ~> 0.14.0 " }
20
+ {:membrane_ice_plugin , " ~> 0.14.1 " }
21
21
]
22
22
end
23
23
```
@@ -31,7 +31,8 @@ brew install openssl
31
31
export PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig"
32
32
```
33
33
34
- To run tests:
34
+ To run tests:
35
+
35
36
```
36
37
export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib"
37
38
export CFLAGS="-I/usr/local/opt/openssl@1.1/include/"
Original file line number Diff line number Diff line change 1
1
defmodule Membrane.ICE.Mixfile do
2
2
use Mix.Project
3
3
4
- @ version "0.14.0 "
4
+ @ version "0.14.1 "
5
5
@ github_url "https://github.com/jellyfish-dev/membrane_ice_plugin"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments