From 4e59bb06d9826535db442921d536490e61a511a1 Mon Sep 17 00:00:00 2001 From: Rye Mutt Date: Thu, 20 Jun 2024 23:44:54 -0400 Subject: [PATCH] Windows hack --- build-cmd.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-cmd.sh b/build-cmd.sh index 6fe7019b..e991afa0 100755 --- a/build-cmd.sh +++ b/build-cmd.sh @@ -57,6 +57,8 @@ pushd "$OPENSSL_SOURCE_DIR" windows*) load_vsvars + export PATH=/c/Strawberry/perl/bin:$PATH + mkdir -p "$stage/lib/debug" mkdir -p "$stage/lib/release"