Skip to content

Commit eacf68d

Browse files
authored
Remove stale references to make.ps1 libs command (#53)
PR #38 removed the make.ps1 libs command but left dangling references in README.md's Windows install section and corral.json's post_fetch_or_update hook. Closes #51 Closes #37
1 parent 737559d commit eacf68d

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ sudo zypper install libopenssl-devel
9999

100100
### Installing on Windows
101101

102-
If you use [Corral](https://github.com/ponylang/corral) to include this package as dependency of a project, Corral will download and build LibreSSL for you the first time you run `corral fetch`. Otherwise, before using this package, you must run `.\make.ps1 libs` in its base directory to download and build LibreSSL for Windows. In both cases, you will need CMake (3.15 or higher) and 7Zip (`7z.exe`) in your `PATH`; and Visual Studio 2017 or later (or the Visual C++ Build Tools 2017 or later) installed in your system.
103-
104-
You should pass `--define libressl` to Ponyc when using this package on Windows.
102+
Install one of the supported SSL libraries.
105103

106104
## API Documentation
107105

corral.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,5 @@
1212
"documentation_url": "https://ponylang.github.io/ssl",
1313
"version": "2.1.0",
1414
"name": "ssl"
15-
},
16-
"scripts": {
17-
"windows": {
18-
"post_fetch_or_update": "PowerShell.exe -File make.ps1 -Config release -Command libs"
19-
}
2015
}
2116
}

0 commit comments

Comments
 (0)