diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-16 15:46:28 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-16 15:46:28 -0500 |
commit | 3dc9a94674e72a849e4d4efdb9fd8bdd46cfd66c (patch) | |
tree | 1dc9ceb0437d0d49c427679b64e49724fc4c981d /init | |
parent | 42a7fc18657bc006e88d0b2a1c7c83bddcf963f4 (diff) | |
download | portable-packaging-3dc9a94674e72a849e4d4efdb9fd8bdd46cfd66c.tar.gz portable-packaging-3dc9a94674e72a849e4d4efdb9fd8bdd46cfd66c.tar.bz2 portable-packaging-3dc9a94674e72a849e4d4efdb9fd8bdd46cfd66c.zip |
More work on libssl
Diffstat (limited to 'init')
-rwxr-xr-x | init | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1 +1,6 @@ | |||
1 | #!/bin/sh -ex | 1 | #!/bin/sh -ex |
2 | |||
3 | cd portable | ||
4 | ./autogen.sh | ||
5 | CC=gcc ./configure --host=x86_64-w64-mingw32 | ||
6 | make | ||