summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-09-16 15:46:28 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-09-16 15:46:28 -0500
commit3dc9a94674e72a849e4d4efdb9fd8bdd46cfd66c (patch)
tree1dc9ceb0437d0d49c427679b64e49724fc4c981d /init
parent42a7fc18657bc006e88d0b2a1c7c83bddcf963f4 (diff)
downloadportable-packaging-3dc9a94674e72a849e4d4efdb9fd8bdd46cfd66c.tar.gz
portable-packaging-3dc9a94674e72a849e4d4efdb9fd8bdd46cfd66c.tar.bz2
portable-packaging-3dc9a94674e72a849e4d4efdb9fd8bdd46cfd66c.zip
More work on libssl
Diffstat (limited to 'init')
-rwxr-xr-xinit5
1 files changed, 5 insertions, 0 deletions
diff --git a/init b/init
index 642d265..1fdda79 100755
--- a/init
+++ b/init
@@ -1 +1,6 @@
1#!/bin/sh -ex 1#!/bin/sh -ex
2
3cd portable
4./autogen.sh
5CC=gcc ./configure --host=x86_64-w64-mingw32
6make