Skip to content

Commit

Permalink
adapt to mbedtls HL changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Simn committed Jan 31, 2024
1 parent 706f607 commit ca89e04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion extra/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ You need to install some native libraries as well as some OCaml libraries.
To install the native libraries, use the appropriate system package manager.

* Mac OS X
* Use [Homebrew](https://brew.sh/), `brew install zlib pcre2 mbedtls@2`.
* Use [Homebrew](https://brew.sh/), `brew install zlib pcre2 mbedtls`.
* Debian / Ubuntu
* `sudo apt install libpcre2-dev zlib1g-dev libmbedtls-dev`.
* Windows (Cygwin)
Expand Down
1 change: 0 additions & 1 deletion tests/runci/targets/Hl.hx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ class Hl {
case "Mac":
runNetworkCommand("brew", ["update", '--preinstall']);
runNetworkCommand("brew", ["bundle", '--file=${hlSrc}/Brewfile']);
runNetworkCommand("brew", ["link", "mbedtls@2", "--force"]);
case "Windows":
//pass
}
Expand Down

0 comments on commit ca89e04

Please sign in to comment.